Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.h105 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/
DMatMul_Sse.c208 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/
Ddeconvolution_fp32.cc146 DeconvMatmulFloatSse( in DoDeconv()