Searched refs:DeconvMatmulFloatSse (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | matmul_fp32.h | 105 void DeconvMatmulFloatSse(const float *a, const float *b, float *c, int depth, int row, int col);
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/ |
D | MatMul_Sse.c | 208 void DeconvMatmulFloatSse(const float *a, const float *b, float *c, int depth, int row, int col) { in DeconvMatmulFloatSse() function
|
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/ |
D | deconvolution_fp32.cc | 146 DeconvMatmulFloatSse( in DoDeconv()
|