Home
last modified time | relevance | path

Searched refs:MatmulFloatSse64Opt (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.h106 void MatmulFloatSse64Opt(const float *a, const float *b, float *c, const float *bias, int act_type,…
Dconv_common_fp32.c94MatmulFloatSse64Opt(col_major_input, packed_weight, gemm_output, bias_data, (int)conv_param->act_t… in ConvFp32()
Dmatmul_fp32.c1065 MatmulFloatSse64Opt(a, b, c, bias, (int)act_type, deep, row, col, stride, (int)(out_type)); in MatMulOpt()
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/intrinsics/sse/
DMatMul_Sse.c106 void MatmulFloatSse64Opt(const float *a, const float *b, float *c, const float *bias, int act_type,… in MatmulFloatSse64Opt() function