Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp323 auto accVectorType = accType.dyn_cast<VectorType>(); in verifyOutputShape() local
324 if (!resVectorType || !accVectorType) in verifyOutputShape()
363 if (resVectorType != expected || accVectorType != expected) in verifyOutputShape()