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

Lce benchmark and interpreter flags #717

Merged
merged 26 commits into from
Mar 10, 2022
Merged

Commits on Mar 3, 2022

  1. Configuration menu
    Copy the full SHA
    b9e9e9f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf8ce6a View commit details
    Browse the repository at this point in the history
  3. fix comment

    simonmaurer committed Mar 3, 2022
    Configuration menu
    Copy the full SHA
    e25c392 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. added boolean flag use_xnnpack in LceInterpreter to explicitly activa…

    …te/deactivate XNNPACK delegate
    simonmaurer committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    1a23b0c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

  1. lce_benchmark_model:

    - added two cmdline flags use_reference_bconv/use_indirect_bgemm as global variables in lce_benchmark_main.cc to register respective kernels
    - implemented LceBenchmarkTfLiteModel as a child class of BenchmarkTfLiteModel to use builtin flags instead of manually parsing them in lce_benchmark_main.cc
    - modified lce_benchmark_main.cc to use LceBenchmarkTfLiteModel, the global flags are set upon calling overriden Run() method by passing them as an internal reference
    - added build options for lce_benchmark_tflite_model.h same as in TFLite's benchmark_tflite_model.h
    simonmaurer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    72a2ce7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5bdf7b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c00a56b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b1afcf6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b275955 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4afb363 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    060d39c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33b8a78 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cddcad1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d136ea View commit details
    Browse the repository at this point in the history
  11. typo fix

    simonmaurer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    3bf5817 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4be5503 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e669c8b View commit details
    Browse the repository at this point in the history
  14. srcs for Makefile

    simonmaurer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    82951a6 View commit details
    Browse the repository at this point in the history
  15. removed include

    simonmaurer committed Mar 7, 2022
    Configuration menu
    Copy the full SHA
    1c50317 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. added warning when use_reference_bconv and use_indirect_bgemm are bot…

    …h set to true in lce_ops_register.h
    simonmaurer committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    71d3b35 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e43b84d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a2be814 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    039c531 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cb2c344 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    038a603 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7a08381 View commit details
    Browse the repository at this point in the history