Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp672 auto accVectorType = accType.dyn_cast<VectorType>(); in verifyOutputShape() local
673 if (!resVectorType || !accVectorType) in verifyOutputShape()
716 if (resVectorType != expected || accVectorType != expected) in verifyOutputShape()