Home
last modified time | relevance | path

Searched refs:columnShape (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1118 ArrayRef<int64_t> columnShape = columnType.cast<VectorType>().getShape(); in verify() local
1119 if (columnShape.size() != 1) in verify()
1122 if (columnShape[0] < 2 || columnShape[0] > 4) in verify()