Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dconv_depthwise_fp32.c262 void ConvDwCenter(float *dst, const float *src, const float *weight, const float *bias, int height,… in ConvDwCenter() function
340ConvDwCenter(out_t, in_t, weight, bias, sliding->bottom_ - sliding->top_, sliding->right_ - slidin… in ConvDwSWFp32()