Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc217 QuantState &GetResultQuantState(Operation *op, int index) { in GetResultQuantState() function in mlir::quant::__anonf70393e20111::QuantizationDriver
331 if (auto params = GetResultQuantState(op, i).params) { in DumpStates()
404 if (GetResultQuantState(op, i).IsEmpty()) return false; in IsQuantized()
462 auto &state = GetResultQuantState(op, res_index); in SetResultParams()
635 auto &state = GetResultQuantState(op, i); in GetQuantParamsForSameScaleConstraint()
901 auto &state = GetResultQuantState(op, res_index); in Finalize()
Dquantization_context.cc143 auto &state = states_manager_.GetResultQuantState(op, res); in Finalize()
215 auto &state = states_manager_.GetResultQuantState(op, i); in GetQuantParamsForSameScaleConstraint()
331 auto &state = GetResultQuantState(op, res_index); in SetResultParams()
Dquantization_context.h194 QuantState &GetResultQuantState(Operation *op, int index) { in GetResultQuantState() function