Home
last modified time | relevance | path

Searched refs:per_channel_ (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dconvolution_int8.cc109 bool filter_peroc = static_cast<bool>(conv_quant_arg_->per_channel_ & FILTER_PER_CHANNEL); in InitWeightBias()
131 if (conv_quant_arg_->per_channel_ & FILTER_PER_CHANNEL) { in InitWeightBias()
Dconvolution_depthwise_int8.cc60 …bool filter_per_channel = static_cast<bool>(conv_param_->conv_quant_arg_.per_channel_ & FILTER_PER… in InitWeightBias()
Dconvolution_depthwise_3x3_int8.cc72 …bool filter_per_channel = static_cast<bool>(conv_param_->conv_quant_arg_.per_channel_ & FILTER_PER… in InitWeightBias()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/base/
Dconv2d_base_coder.cc168 conv_quant_arg_->per_channel_ = per_channel; in SetIfPerChannel()
230 if (conv_quant_arg_->per_channel_ & FILTER_PER_CHANNEL) { in SetQuantMultiplier()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquantize.h43 uint8_t per_channel_; member
Dconv_int8.c45 if (conv_param->conv_quant_arg_.per_channel_ & FILTER_PER_CHANNEL) { in ConvInt8()
Dconv_depthwise_int8.c86 bool filter_per_channel = conv_param->conv_quant_arg_.per_channel_ & FILTER_PER_CHANNEL; in ConvDwInt8()
242 bool filter_per_channel = conv_param->conv_quant_arg_.per_channel_ & FILTER_PER_CHANNEL; in ConvDw3x3Int8Row()
415 bool filter_per_channel = conv_param->conv_quant_arg_.per_channel_ & FILTER_PER_CHANNEL; in ConvDw3x3Int8Pad()
Dpack_int8.c969 if (quant_qrg->per_channel_ & FILTER_PER_CHANNEL) { in PackDepthwiseInt8Weight()
988 if (quant_qrg->per_channel_ & FILTER_PER_CHANNEL) { in PackDeconvDepthwiseInt8Weight()
Dconv3x3_int8.c506 if ((conv_param->conv_quant_arg_.per_channel_ & FILTER_PER_CHANNEL)) { in Conv3x3Int8OutputUnit()
583 if ((conv_param->conv_quant_arg_.per_channel_ & FILTER_PER_CHANNEL)) { in Conv3x3Int8OutputUnit()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/base/
Dconvolution_base.cc218 conv_quant_arg_->per_channel_ = per_channel; in SetIfPerChannel()
302 if (conv_quant_arg_->per_channel_ & FILTER_PER_CHANNEL) { in SetQuantMultiplier()
/third_party/mindspore/mindspore/lite/tools/converter/quantizer/
Dfull_quant_quantizer.h103 bool per_channel_{true};
Dfull_quant_quantizer.cc451 this->per_channel_ = per_channel; in FullQuantQuantizer()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dconv2d_int8_coder.cc97 filter_peroc_ = conv_quant_arg_->per_channel_ & FILTER_PER_CHANNEL; in InitWeightBias()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/
Dnnacl_int8_serializer.cc51 quant_arg.output_arg_num_, quant_arg.per_channel_); in CodeStruct()