Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp1553 auto inputVectorType = op.getInputVectorType(); in verify() local
1561 if (inputVectorType.getRank() != inputShapeRank + numFixedVectorSizes) in verify()
1563 << inputVectorType; in verify()
1571 unsigned inputVectorRank = inputVectorType.getRank(); in verify()
1574 if (fixedVectorSizes[i] != inputVectorType.getShape()[index]) in verify()