Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/gemm_auto_heuristics/
H A DCLGEMMAutoHeuristics.h40 struct CommonQuery struct
42 GPUTarget gpu_target; /**< Which @ref GPUTarget to query about */
43 DataType data_type; /**< Data type */
44 unsigned int m; /**< Number of rows for the lhs matrix. Lhs matrix NOT transposed */
45 unsigned int n; /**< Number of columns for the rhs matrix. Rhs matrix NOT transposed */
46 unsigned int k; /**< Number of rows for the rhs matrix. Rhs matrix NOT transposed */
47 unsigned int b; /**< Batch size */