Home
last modified time | relevance | path

Searched defs:GEMMShape (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/mlgo/
H A DHeuristicTree.h58 struct GEMMShape struct
60 unsigned int m; /**< Number of rows for the lhs matrix. Lhs matrix NOT transposed */
61 unsigned int n; /**< Number of columns for the rhs matrix. Rhs matrix NOT transposed */
62 unsigned int k; /**< Number of rows for the rhs matrix. Rhs matrix NOT transposed */
63 unsigned int b; /**< Batch size */