Searched refs:ConvDwCenter (Results 1 – 1 of 1) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | conv_depthwise_fp32.c | 262 void ConvDwCenter(float *dst, const float *src, const float *weight, const float *bias, int height,… in ConvDwCenter() function 340 …ConvDwCenter(out_t, in_t, weight, bias, sliding->bottom_ - sliding->top_, sliding->right_ - slidin… in ConvDwSWFp32()
|