Home
last modified time | relevance | path

Searched refs:verify_numeric (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dquantize.cc115 : 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()
Dpasses.h52 bool verify_numeric = false, bool legacy_float_scale = false);
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/lite/
Dquantize_model.cc47 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()
Dquantize_model.h44 tflite::ErrorReporter* error_reporter, bool verify_numeric = false,
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_config.h134 bool verify_numeric = false; member
/external/tensorflow/tensorflow/compiler/mlir/lite/
Dtf_tfl_passes.cc58 mlir::TFL::CreateQuantizePass(quant_specs.verify_numeric)); in AddQuantizationPasses()