Home
last modified time | relevance | path

Searched refs:quantize_to_float16 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dtoco_cmdline_flags.cc174 Flag("quantize_to_float16", parsed_flags.quantize_to_float16.bind(), in ParseTocoFlagsFromCommandLineFlags()
175 parsed_flags.quantize_to_float16.default_value(), in ParseTocoFlagsFromCommandLineFlags()
297 READ_TOCO_FLAG(quantize_to_float16, FlagRequirement::kNone); in ReadTocoFlagsFromCommandLineFlags()
Dargs.h180 Arg<bool> quantize_to_float16 = Arg<bool>(false); member
Dtoco_flags.proto214 optional bool quantize_to_float16 = 29 [default = false]; field
249 // The accumulation type to use when quantize_to_float16 is true. Typical
Dtoco_tooling.cc492 if (toco_flags.quantize_to_float16()) { in Export()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dtf_tfl_flatbuffer_helpers.cc269 if (toco_flags.quantize_to_float16()) { in PopulateQuantizationSpecs()
286 if (toco_flags.quantize_to_float16() || toco_flags.allow_bfloat16()) { in PopulateQuantizationSpecs()
288 if (toco_flags.quantize_to_float16()) { in PopulateQuantizationSpecs()
/external/tensorflow/tensorflow/lite/python/
Dconvert.py480 quantize_to_float16=False, argument
611 conversion_flags.quantize_to_float16 = quantize_to_float16
Dtflite_convert.py238 if flags.quantize_to_float16:
/external/tensorflow/tensorflow/lite/g3doc/r1/convert/
Dcmdline_reference.md136 * `--quantize_to_float16`. Type: boolean. Default: False. Boolean indicating