Home
last modified time | relevance | path

Searched refs:SetOperandParams (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_context.h96 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);
Dquantization_driver.cc181 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()
Dquantization_context.cc262 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