Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/SPIRV/IR/
H A DSPIRVTypes.cpp1096 const uint32_t columnCount; member
1099 MatrixType MatrixType::get(Type columnType, uint32_t columnCount) { in get()
1104 Type columnType, uint32_t columnCount) { in getChecked()
1110 Type columnType, uint32_t columnCount) { in verify()
H A DSPIRVDialect.cpp421 int64_t columnCount = countDims[0]; in parseMatrixType() local