Searched defs:CommonQuery (Results 1 – 1 of 1) sorted by relevance
40 struct CommonQuery struct42 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 */