Searched refs:PackNHWCToNHWCXFp32 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | pack_fp32.h | 32 void PackNHWCToNHWCXFp32(const void *src, void *dst, int batch, int plane, int channel, int oc_tile…
|
D | pack_fp32.c | 140 void PackNHWCToNHWCXFp32(const void *src, void *dst, int batch, int plane, int channel, int oc_tile… in PackNHWCToNHWCXFp32() function
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | convolution_depthwise_slidewindow_x86_fp32.cc | 128 PackNHWCToNHWCXFp32(input_ptr, packed_input_, conv_param_->input_batch_, in Run()
|