22.02
|
GEMM Configuration for Native kernel. More...
#include <Common.h>
Data Fields | |
unsigned int | m0 { 1 } |
Number of rows processed by the matrix multiplication. More... | |
unsigned int | n0 { 1 } |
Number of columns processed by the matrix multiplication. More... | |
unsigned int | k0 { 1 } |
Number of partial accumulations performed by the matrix multiplication. More... | |
unsigned int k0 { 1 } |
Number of partial accumulations performed by the matrix multiplication.
Definition at line 50 of file Common.h.
Referenced by arm_compute::mlgo::operator<<(), and arm_compute::mlgo::operator==().
unsigned int m0 { 1 } |
Number of rows processed by the matrix multiplication.
Definition at line 48 of file Common.h.
Referenced by arm_compute::mlgo::operator<<(), and arm_compute::mlgo::operator==().
unsigned int n0 { 1 } |
Number of columns processed by the matrix multiplication.
Definition at line 49 of file Common.h.
Referenced by arm_compute::mlgo::operator<<(), and arm_compute::mlgo::operator==().