Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dresize_fp32.c323 MS_FLOAT32X8 weight3_vec_8 = MS_MOV256_F32(weight[3]); in BicubicInterpRow() local
332 MS_FLOAT32X8 dst3 = MS_MUL256_F32(src3_vec, weight3_vec_8); in BicubicInterpRow()
377 MS_FLOAT32X8 weight3_vec_8 = MS_MOV256_F32(weights[3]); in BicubicInterpCol() local
386 MS_FLOAT32X8 dst4 = MS_MUL256_F32(src3_vec, weight3_vec_8); in BicubicInterpCol()