Home
last modified time | relevance | path

Searched refs:QuantizationDebugOptions (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/debugging/python/
H A Ddebugger_test.py108 debugger.QuantizationDebugOptions(
123 debugger.QuantizationDebugOptions(
155 options = debugger.QuantizationDebugOptions(
237 options = debugger.QuantizationDebugOptions(
269 options = debugger.QuantizationDebugOptions(
349 options = debugger.QuantizationDebugOptions(
374 options = debugger.QuantizationDebugOptions(
393 options = debugger.QuantizationDebugOptions(
414 options = debugger.QuantizationDebugOptions(
H A Ddebugger.py57 class QuantizationDebugOptions: class
136 debug_options: Optional[QuantizationDebugOptions] = None, argument
162 self._debug_options = debug_options or QuantizationDebugOptions()
194 def options(self) -> QuantizationDebugOptions:
198 def options(self, options: QuantizationDebugOptions) -> None: argument
276 options: QuantizationDebugOptions, argument
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.lite.experimental.-quantization-debug-options.pbtxt1 path: "tensorflow.lite.experimental.QuantizationDebugOptions"
3 …ce: "<class \'tensorflow.lite.tools.optimize.debugging.python.debugger.QuantizationDebugOptions\'>"
H A Dtensorflow.lite.experimental.pbtxt12 name: "QuantizationDebugOptions"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.lite.experimental.-quantization-debug-options.pbtxt1 path: "tensorflow.lite.experimental.QuantizationDebugOptions"
3 …ce: "<class \'tensorflow.lite.tools.optimize.debugging.python.debugger.QuantizationDebugOptions\'>"
H A Dtensorflow.lite.experimental.pbtxt12 name: "QuantizationDebugOptions"
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/debugging/
H A DREADME.md119 More metrics can be added by passing `QuantizationDebugOptions` to the
124 debug_options = debugger.QuantizationDebugOptions(
151 debug_options = debugger.QuantizationDebugOptions(
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/performance/
H A Dquantization_debugger.ipynb555 "debug_options = tf.lite.experimental.QuantizationDebugOptions(\n",
597 "debug_options = tf.lite.experimental.QuantizationDebugOptions(\n",
671 "debug_options = tf.lite.experimental.QuantizationDebugOptions(\n",
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/
H A Dlite.py74 from tensorflow.lite.tools.optimize.debugging.python.debugger import QuantizationDebugOptions # py…