Searched refs:QuantizationDebugOptions (Results 1 – 9 of 9) sorted by relevance
108 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(
57 class QuantizationDebugOptions: class136 debug_options: Optional[QuantizationDebugOptions] = None, argument162 self._debug_options = debug_options or QuantizationDebugOptions()194 def options(self) -> QuantizationDebugOptions:198 def options(self, options: QuantizationDebugOptions) -> None: argument276 options: QuantizationDebugOptions, argument
1 path: "tensorflow.lite.experimental.QuantizationDebugOptions"3 …ce: "<class \'tensorflow.lite.tools.optimize.debugging.python.debugger.QuantizationDebugOptions\'>"
12 name: "QuantizationDebugOptions"
119 More metrics can be added by passing `QuantizationDebugOptions` to the124 debug_options = debugger.QuantizationDebugOptions(151 debug_options = debugger.QuantizationDebugOptions(
555 "debug_options = tf.lite.experimental.QuantizationDebugOptions(\n",597 "debug_options = tf.lite.experimental.QuantizationDebugOptions(\n",671 "debug_options = tf.lite.experimental.QuantizationDebugOptions(\n",
74 from tensorflow.lite.tools.optimize.debugging.python.debugger import QuantizationDebugOptions # py…