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

Allow tvmc to compile models with AOT executor in MLF #8331

Merged
merged 3 commits into from
Jul 1, 2021

Commits on Jun 27, 2021

  1. Allow tvmc to compile models with AOT executor

    The tflite_compiled_model fixture was getting duplicated a few times so
    I've added a parameterized fixture tflite_tvmc_compiler which combines
    tmpdir_factory setup with compile_model
    
    Nested targets broke a basic string split, so in cases where we use
    nested targets I replaced the string split with shlex split
    Mousius committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    3ebf7c9 View commit details
    Browse the repository at this point in the history
  2. Clarify that graph JSON is required only for graph executor

    Plus other clean ups
    Mousius committed Jun 27, 2021
    Configuration menu
    Copy the full SHA
    79c57be View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2021

  1. Configuration menu
    Copy the full SHA
    d7893a4 View commit details
    Browse the repository at this point in the history