Home
last modified time | relevance | path

Searched defs:tmp_b (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/int8/
Dbatchnorm_int8_coder.cc100 float tmp_b = zp_out - tmp_a * zp_in - (s_mean * (mean_ptr[i] - zp_mean)) / tmp; in InitConstTensor() local
153 float tmp_b = zp_out + div_36 * (offset_ptr[i] - zp_offset) - tmp_a * zp_in - in InitFusedConstTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/int8/
Dbatchnorm_int8.cc97 float tmp_b = zp_out - tmp_a * zp_in - (s_mean * (mean_ptr[i] - zp_mean)) / tmp; in InitConstTensor() local
165 float tmp_b = zp_out + div_36 * (offset_ptr[i] - zp_offset) - tmp_a * zp_in - in InitFusedConstTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dsinc_impl.cu147 float tmp_b = PI * b; in operator ()() local
173 double tmp_b = PI * b; in operator ()() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/
Dbatchnorm_grad.cc108 auto tmp_b = gb.Mul(num_rec_tensor, dbeta); in Expand() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16/
Ddeconv_winograd_fp16.c395 …float16_t *tmp_b = (float16_t *)unit->winograd_.b_buffer_ + task_id * unit->winograd_.kh_ * unit->… in DeconvWgFp16() local
/third_party/skia/m133/third_party/externals/libyuv/source/
Drow_lsx.cc1681 __m128i tmp_b, tmp_g, tmp_r, tmp_a; in ARGBColorMatrixRow_LSX() local