Home
last modified time | relevance | path

Searched refs:mean_right_shift_ (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/
Dquantize.h148 int mean_right_shift_; member
Dreduce_int8.c198 quant->mean_right_shift_); in ReduceMeanInt8()
232 quant->mean_right_shift_); in ReduceMeanLastAxis()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/int8/
Dreduce_int8_coder.cc122 quant_arg_.mean_right_shift_ = mean_multipliers_.at(index)->right_shift_; in GetQuantArgs()
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/
Dnnacl_int8_serializer.cc193 …reduce_quant_arg.mean_right_shift_, reduce_quant_arg.prod_multiplier_, reduce_quant_arg.prod_left_… in CodeStruct()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dreduce_int8.cc404 quant_arg_.mean_right_shift_ = mean_multipliers_[i]->right_shift_; in GetQuantArgs()