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

Add script to convert from TFLite to C++ using EmitC. #215

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Commits on Apr 22, 2023

  1. Add script to convert from .tflite to .cpp/.h.

    To get from TF saved model to tflite, see:
      llvm/lib/Analysis/models/saved-model-to-tflite.py
    jacob-hegna committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    fcafb83 View commit details
    Browse the repository at this point in the history
  2. Yapf formatting.

    jacob-hegna committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    bbe300e View commit details
    Browse the repository at this point in the history
  3. Fix pylint errors.

    jacob-hegna committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    fb9a70f View commit details
    Browse the repository at this point in the history
  4. Fix pytype errors.

    jacob-hegna committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    82a1285 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5e669f View commit details
    Browse the repository at this point in the history