- Sort Score
- Result 10 results
- Languages All
Results 1 - 4 of 4 for TFLite (0.05 sec)
-
RELEASE.md
* The `tflite::SignatureRunner` class, which provides support for named parameters and for multiple named computations within a single TF Lite model, is no longer considered experimental. Likewise for the following signature-related methods of `tflite::Interpreter`: * `tflite::Interpreter::GetSignatureRunner` * `tflite::Interpreter::signature_keys`
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Mon Aug 18 20:54:38 UTC 2025 - 740K bytes - Viewed (1) -
.gitignore
# iOS *.pbxproj *.xcworkspace /*.podspec /tensorflow/lite/**/coreml/**/BUILD /tensorflow/lite/**/ios/BUILD /tensorflow/lite/**/objc/BUILD /tensorflow/lite/**/swift/BUILD /tensorflow/lite/examples/ios/simple/data/*.tflite /tensorflow/lite/examples/ios/simple/data/*.txt Podfile.lock Pods
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Sat Nov 30 21:41:32 UTC 2024 - 945 bytes - Viewed (0) -
.bazelrc
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Fri Aug 22 21:03:34 UTC 2025 - 56K bytes - Viewed (0) -
tensorflow/BUILD
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"}, visibility = ["//visibility:public"], )
Registered: Tue Sep 09 12:39:10 UTC 2025 - Last Modified: Thu Aug 28 19:11:51 UTC 2025 - 53.4K bytes - Viewed (0)