Searched refs:MatVecMulAvxFp32 (Results 1 – 4 of 4) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | matmul_fp32.h | 87 void MatVecMulAvxFp32(const float *a, const float *b, float *c, const float *bias, int act_type, in…
|
D | lstm_fp32.c | 75 MatVecMulAvxFp32(a, b, packed_ptr, bias, ActType_No, deep, col, col_align); in LstmMatMul()
|
D | matmul_fp32.c | 1072 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/ |
D | matmul_fp32_base.cc | 290 …MatVecMulAvxFp32(batch_a_ptr_, b, c, bias, params_->act_type_, params_->deep_, cur_oc, params_->co… in FloatRun()
|