Searched refs:MatMul12x8 (Results 1 – 3 of 3) sorted by relevance
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | matmul_fp32.h | 110 void MatMul12x8(const float *a, const float *b, float *dst, const float *bias, ActType act_type, in…
|
D | matmul_fp32.c | 984 void MatMul12x8(const float *a, const float *b, float *dst, const float *bias, ActType act_type, in… in MatMul12x8() function 1067 MatMul12x8(a, b, c, bias, act_type, deep, row, col, stride, out_type); in MatMulOpt()
|
D | conv_common_fp32.c | 103 …MatMul12x8(col_major_input, packed_weight, gemm_output, bias_data, (int)conv_param->act_type_, dee… in ConvFp32()
|