Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for tflite_converter (0.18 seconds)

  1. 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)
  2. 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)
Back to Top