Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for LiteRT (0.09 sec)

  1. tensorflow/BUILD

    config_setting(
        name = "litert_prefixes",
        define_values = {"litert_prefixes": "external/org_tensorflow/"},
        visibility = ["//visibility:public"],
    )
    
    # This flag disables generating tensorflow.lite.python under LiteRT repo.
    # Avoid using flag for creating tflite wheels as tensorflow/lite is not yet fully split from tf.
    config_setting(
        name = "disable_tf_lite_py",
        define_values = {"disable_tf_lite_py": "true"},
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Thu Aug 28 19:11:51 UTC 2025
    - 53.4K bytes
    - Viewed (0)
  2. RELEASE.md

        * Migrate to LiteRT for continued updates; the new repo can be found at https://github.com/google-ai-edge/LiteRT.  For more information and NPU EAP signup, reach out to the team at: [g.co/ai/LiteRT-NPU-EAP](https://g.co/ai/LiteRT-NPU-EAP).
    
    ## Thanks to our Contributors
    
    This release contains contributions from many people at Google, as well as:
    
    Registered: Tue Sep 09 12:39:10 UTC 2025
    - Last Modified: Mon Aug 18 20:54:38 UTC 2025
    - 740K bytes
    - Viewed (1)
Back to top