Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More tflite support: Q Conv #1140

Merged
merged 25 commits into from
Aug 9, 2023
Merged

More tflite support: Q Conv #1140

merged 25 commits into from
Aug 9, 2023

Commits on Aug 9, 2023

  1. support obsolete opcodes

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    14bccd9 View commit details
    Browse the repository at this point in the history
  2. support obsolete opcodes

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1e06b5e View commit details
    Browse the repository at this point in the history
  3. start q data loading

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6ed55cd View commit details
    Browse the repository at this point in the history
  4. conv q support from tflite

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    aff92f4 View commit details
    Browse the repository at this point in the history
  5. loading qmm

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    21843e0 View commit details
    Browse the repository at this point in the history
  6. wip working on q convolution

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6a68799 View commit details
    Browse the repository at this point in the history
  7. better type handling

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7bfad40 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a255b7 View commit details
    Browse the repository at this point in the history
  9. still struggling with bias

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    46ff1e3 View commit details
    Browse the repository at this point in the history
  10. wip plugging in q proptest

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    6367179 View commit details
    Browse the repository at this point in the history
  11. lazy encoding of constants

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    86d842d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    617970c View commit details
    Browse the repository at this point in the history
  13. towards per-axis scale and zp

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    13b429e View commit details
    Browse the repository at this point in the history
  14. some fix for per_axis scale

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    53a173b View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    6f8314a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    81139d6 View commit details
    Browse the repository at this point in the history
  17. everything but rounding ok

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    1b6d653 View commit details
    Browse the repository at this point in the history
  18. let rounding approx pass

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    2ef4d1c View commit details
    Browse the repository at this point in the history
  19. fix padding declutter

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    e898a75 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    cbf74cd View commit details
    Browse the repository at this point in the history
  21. clippings

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    340e876 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    dd68d7e View commit details
    Browse the repository at this point in the history
  23. fix einsum codegen

    kali committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    7716e7b View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    842ef98 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3d10d9d View commit details
    Browse the repository at this point in the history