Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp710 auto expectedShape = llvm::to_vector<4>( in verifyOutputShape() local
715 VectorType::get(expectedShape, resVectorType.getElementType()); in verifyOutputShape()
4857 SmallVector<int64_t> expectedShape; in verify() local
4860 expectedShape.push_back(srcShape[i]); in verify()
4862 if (llvm::any_of(llvm::zip(initialValueShapes, expectedShape), in verify()