Searched refs:DeconvDwBorderPixel (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_depthwise_fp32.c | 866 void DeconvDwBorderPixel(float *dst, const float *src, const float *weight, int height, int width, … in DeconvDwBorderPixel() function 919 … DeconvDwBorderPixel(dst_kernel, src_kernel, weight_kernel, end_kh - start_kh, end_kw - start_kw, in DeconvDwBorder()
|