Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/
Dmatmul_fp32.h87 void MatVecMulAvxFp32(const float *a, const float *b, float *c, const float *bias, int act_type, in…
Dlstm_fp32.c75 MatVecMulAvxFp32(a, b, packed_ptr, bias, ActType_No, deep, col, col_align); in LstmMatMul()
Dmatmul_fp32.c1072 void MatVecMulAvxFp32(const float *a, const float *b, float *c, const float *bias, int act_type, in… in MatVecMulAvxFp32() function
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dmatmul_fp32_base.cc290MatVecMulAvxFp32(batch_a_ptr_, b, c, bias, params_->act_type_, params_->deep_, cur_oc, params_->co… in FloatRun()