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

feat: build and test a Python distribution package tflite_micro #2151

Merged
merged 2 commits into from
Aug 1, 2023

Commits on Jul 31, 2023

  1. feat: build and test a Python distribution package tflite_micro

    Add the build configuration and integrated test to generate a
    Python distribution package named `tflite_micro` for publishing
    the tflm interpreter as a Python module with a native extension.
    
    Use the build tools provided in @rules_python, augmented by a
    custom rule `py_namespace` for the reasons documented in
    `python/py_namespace.bzl`.
    
    Provide an integration test at `//python/tflite_micro:whl_test`.
    Use a .tflite model copied from the hello_world example. (Copied
    to avoid creating a dependency.)
    
    BUG=part of tensorflow#1484
    rkuester committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    a1e70ce View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

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