Searched refs:ColumnMajor (Results 1 – 1 of 1) sorted by relevance
88 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enumerator91 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),93 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",201 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()406 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()409 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()411 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()1351 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()1412 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorStore()1518 MatrixLayout != MatrixLayoutTy::ColumnMajor) in lowerDotProduct()[all …]