Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Vector/IR/
H A DVectorOps.cpp650 SmallVector<int64_t, 4> expectedResultDims; in verifyOutputShape() local
654 expectedResultDims.push_back(lhsType.getDimSize(i)); in verifyOutputShape()
661 expectedResultDims.push_back(rhsType.getDimSize(i)); in verifyOutputShape()
665 if (expectedResultDims.empty()) { in verifyOutputShape()