Go to the source code of this file.
|
#define | DECLARE_GEMMMATRIXMUL_KERNEL(func_name) void func_name(const ITensor *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alpha, const bool is_dst_vector) |
|
|
void | neon_fp32_gemm_matrix_mul (const ITensor *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alpha, const bool is_dst_vector) |
|
void | neon_fp16_gemm_matrix_mul (const ITensor *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alpha, const bool is_dst_vector) |
|
◆ DECLARE_GEMMMATRIXMUL_KERNEL
#define DECLARE_GEMMMATRIXMUL_KERNEL |
( |
|
func_name | ) |
void func_name(const ITensor *lhs, const ITensor *rhs, ITensor *dst, const Window &window, const ThreadInfo &info, float alpha, const bool is_dst_vector) |