Home
last modified time | relevance | path

Searched refs:OPTIMIZE_TFLITE_MODEL (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dconvert_phase.py35 OPTIMIZE_TFLITE_MODEL = "OPTIMIZE_TFLITE_MODEL" variable in Component
114 "QUANTIZE_USING_DEPRECATED_QUANTIZER", Component.OPTIMIZE_TFLITE_MODEL)
117 CALIBRATE = SubComponentItem("CALIBRATE", Component.OPTIMIZE_TFLITE_MODEL)
120 QUANTIZE = SubComponentItem("QUANTIZE", Component.OPTIMIZE_TFLITE_MODEL)
123 SPARSIFY = SubComponentItem("SPARSIFY", Component.OPTIMIZE_TFLITE_MODEL)
Dconvert.py198 @convert_phase(Component.OPTIMIZE_TFLITE_MODEL, SubComponent.QUANTIZE)
243 @convert_phase(Component.OPTIMIZE_TFLITE_MODEL, SubComponent.SPARSIFY)
Dlite.py858 @convert_phase(Component.OPTIMIZE_TFLITE_MODEL)
/external/tensorflow/tensorflow/lite/python/optimize/
Dcalibrator.py140 @convert_phase(Component.OPTIMIZE_TFLITE_MODEL,
182 @convert_phase(Component.OPTIMIZE_TFLITE_MODEL,
216 @convert_phase(Component.OPTIMIZE_TFLITE_MODEL, SubComponent.CALIBRATE)