Searched refs:PackNHWCToNHWC8Fp32 (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | pack_fp32.h | 33 void PackNHWCToNHWC8Fp32(const void *src, void *dst, int batch, int plane, int channel);
|
D | pack_fp32.c | 260 void PackNHWCToNHWC8Fp32(const void *src, void *dst, int batch, int plane, int channel) { in PackNHWCToNHWC8Fp32() function
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | convolution_depthwise_indirect_fp32.cc | 147 PackNHWCToNHWC8Fp32(input_ptr, packed_input_, conv_param_->input_batch_, in Run()
|
D | convolution_slidewindow_fp32.cc | 130 PackNHWCToNHWC8Fp32(input_data, input_data_, conv_param_->input_batch_, in InitTmpBuffer()
|