Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dpack_fp32.h52 void PackWeightConvDw3x3Fp32(const void *src, void *dst, int channel);
Dpack_fp32.c883 void PackWeightConvDw3x3Fp32(const void *src, void *dst, int channel) { in PackWeightConvDw3x3Fp32() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dconvolution_depthwise_3x3_fp32.cc120PackWeightConvDw3x3Fp32(reinterpret_cast<float *>(origin_weight), reinterpret_cast<float *>(packed… in PackWeight()