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

Start tflite dump #1118

Merged
merged 28 commits into from
Aug 1, 2023
Merged

Start tflite dump #1118

merged 28 commits into from
Aug 1, 2023

Commits on Jul 31, 2023

  1. split ops in sub mods

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    0183efe View commit details
    Browse the repository at this point in the history
  2. wip dumping to tflite

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    812347a View commit details
    Browse the repository at this point in the history
  3. enable test-onnx-tflite-cycle

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f8f5fdb View commit details
    Browse the repository at this point in the history
  4. missing test project

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    4357724 View commit details
    Browse the repository at this point in the history
  5. ensure NHWC

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    106f8e8 View commit details
    Browse the repository at this point in the history
  6. regroup serializing

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d8fddeb View commit details
    Browse the repository at this point in the history
  7. towards convolution example

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9c8a3ff View commit details
    Browse the repository at this point in the history
  8. come conv passing cycle test

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8a37d1a View commit details
    Browse the repository at this point in the history
  9. some convolutions working

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bfd6b3a View commit details
    Browse the repository at this point in the history
  10. wip on tflite support and test

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    70b0188 View commit details
    Browse the repository at this point in the history
  11. some test fixes

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    571e42d View commit details
    Browse the repository at this point in the history
  12. wip putting back tests in

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    89cb4bc View commit details
    Browse the repository at this point in the history
  13. setup arbitrary test with params

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5100783 View commit details
    Browse the repository at this point in the history
  14. setup arbitrary test with params

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8575c48 View commit details
    Browse the repository at this point in the history
  15. proptests against tflite too

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c79b6ab View commit details
    Browse the repository at this point in the history
  16. shape op, neg axis in expand

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    9fcd69a View commit details
    Browse the repository at this point in the history
  17. loading strided slice

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8b5dde7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    5ec6482 View commit details
    Browse the repository at this point in the history
  19. concat fused activation (lol)

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d6e3816 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6c9e5c2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8118dc6 View commit details
    Browse the repository at this point in the history
  22. clip

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    d1e20b8 View commit details
    Browse the repository at this point in the history
  23. strided slice in core

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    c6cc5f9 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    d2a82fc View commit details
    Browse the repository at this point in the history
  25. various fixes

    kali committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    ee7c883 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. investigate

    kali committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    2866132 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab30cfd View commit details
    Browse the repository at this point in the history
  3. tweak test list

    kali committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    729166b View commit details
    Browse the repository at this point in the history