Home
last modified time | relevance | path

Searched defs:active_params (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/quantizer/
Dfixed_bit_weight_quantization_with_holder.cc76 auto active_params = active_weight_quant_params.at(FIRST_INPUT); in QuantBias() local
Dquantize_util.cc1091 int CalBiasQuantParams(const std::vector<schema::QuantParamT> &active_params, in CalBiasQuantParams()