Searched refs:DepthwiseBorderAvxFp32 (Results 1 – 2 of 2) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_depthwise_fp32.h | 106 void DepthwiseBorderAvxFp32(float *dst, const float *src, const float *weight, const float *bias, i…
|
D | conv_depthwise_fp32.c | 1026 void DepthwiseBorderAvxFp32(float *dst, const float *src, const float *weight, const float *bias, i… in DepthwiseBorderAvxFp32() function 1107 …DepthwiseBorderAvxFp32(dst_w, input_data + oc_step, weight, bias, oh, 0, output_w, conv_param, sw_… in DepthwiseSWAvxFp32() 1111 …DepthwiseBorderAvxFp32(dst_w, input_data + oc_step, weight, bias, oh, 0, out_left, conv_param, sw_… in DepthwiseSWAvxFp32() 1126 …DepthwiseBorderAvxFp32(dst_w, input_data + oc_step, weight, bias, oh, out_right, output_w, conv_pa… in DepthwiseSWAvxFp32()
|