Searched refs:MatrixLayoutTy (Results 1 – 1 of 1) sorted by relevance
75 enum class MatrixLayoutTy { ColumnMajor, RowMajor }; enum77 static cl::opt<MatrixLayoutTy> MatrixLayout(78 "matrix-default-layout", cl::init(MatrixLayoutTy::ColumnMajor),80 cl::values(clEnumValN(MatrixLayoutTy::ColumnMajor, "column-major",82 clEnumValN(MatrixLayoutTy::RowMajor, "row-major",261 MatrixTy() : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()264 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in MatrixTy()266 : IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) { in MatrixTy()396 IsColumnMajor(MatrixLayout == MatrixLayoutTy::ColumnMajor) {} in ShapeInfo()1157 assert(MatrixLayout == MatrixLayoutTy::ColumnMajor && in LowerColumnMajorLoad()[all …]