Searched refs:SetOperandParams (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_context.h | 96 bool SetOperandParams(Operation *op, int index, QuantParams params) { in SetOperandParams() function 97 return states_manager_.SetOperandParams(op, index, params); in SetOperandParams() 155 bool SetOperandParams(Operation *op, int index, QuantParams params);
|
D | quantization_driver.cc | 181 bool SetOperandParams(Operation *op, int index, QuantParams params); 494 bool QuantizationDriver::SetOperandParams(Operation *op, int index, in SetOperandParams() function in mlir::quant::QuantizationDriver 833 changed |= SetOperandParams(op, i, params); in PropagateParams() 870 changed |= SetOperandParams(op, it.first, params); in PropagateParams()
|
D | quantization_context.cc | 262 if (ele.isa<FloatType>() && SetOperandParams(op, i, params)) { in PropagateQuantParams() 345 bool QuantizeContext::StatesManager::SetOperandParams(Operation *op, int index, in SetOperandParams() function in mlir::quant::QuantizeContext::StatesManager
|