Searched defs:src_weight (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/lite/micro/coder/wrapper/int8/ |
D | conv1x1_init_int8_wrapper.c | 21 int Conv1x1Init(int8_t *src_weight, int32_t *src_bias, int32_t *filter_zps, int32_t input_channel, in Conv1x1Init()
|
/third_party/ffmpeg/libavcodec/mips/ |
D | h264dsp_msa.c | 25 int32_t log2_denom, int32_t src_weight, in avc_wgt_4x2_msa() 52 int32_t log2_denom, int32_t src_weight, in avc_wgt_4x4_msa() 79 int32_t log2_denom, int32_t src_weight, in avc_wgt_4x8_msa() 111 int32_t log2_denom, int32_t src_weight, in avc_wgt_8x4_msa() 143 int32_t src_weight, int32_t offset_in) in avc_wgt_8x8_msa() 185 int32_t log2_denom, int32_t src_weight, in avc_wgt_8x16_msa() 231 int32_t log2_denom, int32_t src_weight, in avc_biwgt_4x2_msa() 264 int32_t log2_denom, int32_t src_weight, in avc_biwgt_4x4_msa() 298 int32_t log2_denom, int32_t src_weight, in avc_biwgt_4x8_msa() 338 int32_t log2_denom, int32_t src_weight, in avc_biwgt_8x4_msa() [all …]
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/ |
D | convolution_1x1_int8.cc | 154 int Convolution1x1Int8CPUKernel::InitBiasByzp(const void *src_weight, int input_channel, int output… in InitBiasByzp()
|