Searched refs:quantize_to_float16 (Results 1 – 8 of 8) sorted by relevance
174 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()
180 Arg<bool> quantize_to_float16 = Arg<bool>(false); member
214 optional bool quantize_to_float16 = 29 [default = false]; field249 // The accumulation type to use when quantize_to_float16 is true. Typical
492 if (toco_flags.quantize_to_float16()) { in Export()
269 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()
480 quantize_to_float16=False, argument611 conversion_flags.quantize_to_float16 = quantize_to_float16
238 if flags.quantize_to_float16:
136 * `--quantize_to_float16`. Type: boolean. Default: False. Boolean indicating