Searched refs:dst_5 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_1x1_x86_fp32.c | 1327 float *dst_5 = dst + 5 * oc_align / sizeof(float); in Conv1x1SW12x8Kernel() local 1412 …"r"(oc_align), "r"(dst), "r"(dst_3), "r"(dst_5), "r"(dst_9), "r"(dst_flag) … in Conv1x1SW12x8Kernel() 1470 … : "r"(act_flag), "r"(oc_align), "r"(dst), "r"(dst_3), "r"(dst_5), "r"(dst_9), "a"(dst_flag) // 6 in Conv1x1SW12x8Kernel()
|
D | conv_common_fp32.c | 1217 float *dst_5 = dst + 5 * out_step; in SWConv12x8Kernel() local 1382 : "a"(act_flag), "r"(out_step), "r"(dst), "r"(dst_3), "r"(dst_5), "r"(dst_9), "r"(write_mode) in SWConv12x8Kernel()
|
D | conv_depthwise_fp32.c | 1827 float *dst_5 = dst + 5 * oc_algin; in DepthwiseSW8x8Kernel() local 1935 : "a"(act_flag), "r"(oc_algin), "r"(dst), "r"(dst_3), "r"(dst_5) in DepthwiseSW8x8Kernel()
|