Searched refs:verify_numeric (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/ |
D | quantize.cc | 115 : verify_numeric(verify_numeric_flag), in QuantizePass() 121 bool verify_numeric; member 136 ctx, enable_numeric_verify || verify_numeric, error_tolerance, in runOnFunction() 144 bool verify_numeric, bool legacy_float_scale) { in CreateQuantizePass() argument 145 return std::make_unique<QuantizePass>(verify_numeric, legacy_float_scale); in CreateQuantizePass()
|
D | passes.h | 52 bool verify_numeric = false, bool legacy_float_scale = false);
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/ |
D | quantize_model.cc | 47 tflite::ErrorReporter* error_reporter, bool verify_numeric, in QuantizeModel() argument 96 quant_specs.verify_numeric = verify_numeric; in QuantizeModel() 100 pm.addPass(TFL::CreateQuantizePass(verify_numeric, legacy_float_scale)); in QuantizeModel()
|
D | quantize_model.h | 44 tflite::ErrorReporter* error_reporter, bool verify_numeric = false,
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_config.h | 134 bool verify_numeric = false; member
|
/external/tensorflow/tensorflow/compiler/mlir/lite/ |
D | tf_tfl_passes.cc | 58 mlir::TFL::CreateQuantizePass(quant_specs.verify_numeric)); in AddQuantizationPasses()
|