Shape of a matrix multiply-add operation.  
#include <gemm.h>
|  | 
| static int const | kM = M | 
|  | 
| static int const | kN = N | 
|  | 
| static int const | kK = K | 
|  | 
| static int const | kMN = M * N | 
|  | 
| static int const | kMK = M * K | 
|  | 
| static int const | kKN = N * K | 
|  | 
| static int const | kMNK = M * N * K | 
|  | 
| static int const | kCount = kMNK | 
|  | 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
template<int M = 1, int N = 1, int K = 1> 
 
 
The documentation for this struct was generated from the following file: