Compute Library
 23.05
list.h File Reference

Go to the source code of this file.

Namespaces

 arm_compute
 Copyright (c) 2017-2023 Arm Limited.
 
 arm_compute::cpu
 

Macros

#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)
 

Functions

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)
 

Macro Definition Documentation

◆ 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)

Definition at line 30 of file list.h.