- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for tflite_converter (0.72 seconds)
-
tensorflow/BUILD
name = "api_indexable", match_any = [":api_indexable_flag"] + ADDITIONAL_API_INDEXABLE_SETTINGS, visibility = ["//visibility:public"], ) config_setting( name = "tflite_converter", define_values = {"tflite_converter": "true"}, visibility = ["//visibility:public"], ) # DO NOT ADD ANY NEW EXCEPTIONS TO THIS LIST! # Instead, please use public APIs or public build rules TF provides.
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Tue Mar 24 21:00:18 GMT 2026 - 53.1K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/tflite-converter-issue.md
--- name: TensorFlow Lite Converter Issue about: Use this template for reporting issues during model conversion to TFLite labels: 'TFLiteConverter' --- ### 1. System information - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): - TensorFlow installation (pip package or built from source): - TensorFlow library (version, if pip package or github SHA, if built from source): ### 2. Code
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jun 15 03:35:58 GMT 2022 - 2.1K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/tflite-op-request.md
**System information** - OS Platform and Distribution (e.g., Linux Ubuntu 16.04): - TensorFlow installed from (source or binary): - TensorFlow version (or github SHA if from source): **Provide the text output from tflite_convert** ``` # Copy and paste here ``` **Standalone code to reproduce the issue** Provide a reproducible test case that is the bare minimum necessary to generate
Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Wed Jun 15 03:35:58 GMT 2022 - 879 bytes - Click Count (0) -
RELEASE.md
* Set `experimental_new_dynamic_range_quantizer` in tf.lite.TFLiteConverter to False to disable this change * Native TF Lite variables are now enabled during conversion by default on all v2 TfLiteConverter entry points. `experimental_enable_resource_variables` on tf.lite.TFLiteConverter is now True by default and will be removed in the future. * `tf.function`:Created: Tue Apr 07 12:39:13 GMT 2026 - Last Modified: Mon Mar 30 18:31:38 GMT 2026 - 746.5K bytes - Click Count (3)