Searched refs:op_quant_spec_getter (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_driver.cc | 107 OpQuantSpecGetter op_quant_spec_getter, in QuantizationDriver() argument 114 op_quant_spec_getter_(op_quant_spec_getter), in QuantizationDriver() 1172 OpQuantSpecGetter op_quant_spec_getter, in ApplyQuantizationParamsPropagation() argument 1176 func, is_signed, disable_per_channel, op_quant_spec_getter, in ApplyQuantizationParamsPropagation() 1182 OpQuantSpecGetter op_quant_spec_getter, in ApplyQuantizationParamsPropagation() argument 1185 QuantizationDriver(func, is_signed, disable_per_channel, op_quant_spec_getter, in ApplyQuantizationParamsPropagation()
|
D | quantization_utils.h | 874 OpQuantSpecGetter op_quant_spec_getter, 880 OpQuantSpecGetter op_quant_spec_getter, 893 OpQuantSpecGetter op_quant_spec_getter,
|
D | quantization_utils.cc | 743 Operation* op, OpQuantSpecGetter op_quant_spec_getter, in IsStatsRedundant() argument 758 mlir::func::FuncOp func, OpQuantSpecGetter op_quant_spec_getter, in RemoveRedundantStatsOps() argument 789 if (IsStatsRedundant(def, op_quant_spec_getter, in RemoveRedundantStatsOps()
|