Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dresize_fp32.c314 const float *src0_w = src + lefts[4 * w] * channel; in BicubicInterpRow() local
325 MS_FLOAT32X8 src0_vec = MS_LD256_F32(src0_w + c); in BicubicInterpRow()
343 MS_FLOAT32X4 src0_vec = MS_LDQ_F32(src0_w + c); in BicubicInterpRow()
356 …dst_w[c] = src0_w[c] * weight[0] + src1_w[c] * weight[1] + src2_w[c] * weight[2] + src3_w[c] * wei… in BicubicInterpRow()
368 const float *src0_w = src0 + w * channel; in BicubicInterpCol() local
379 MS_FLOAT32X8 src0_vec = MS_LD256_F32(src0_w + c); in BicubicInterpCol()
397 MS_FLOAT32X4 src0_vec = MS_LDQ_F32(src0_w + c); in BicubicInterpCol()
410 …dst_w[c] = src0_w[c] * weights[0] + src1_w[c] * weights[1] + src2_w[c] * weights[2] + src3_w[c] * … in BicubicInterpCol()