We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f7ea2 commit 33effcdCopy full SHA for 33effcd
mlir/include/mlir/Dialect/Vector/IR/VectorOps.td
@@ -228,7 +228,7 @@ def Vector_ContractionOp :
228
return inversePermutation(getLoopsToShapesMap());
229
}
230
231
- SmallVector<int64_t> getStaticShape(){
+ SmallVector<int64_t> getStaticShape() {
232
SmallVector<int64_t> res;
233
for (OpOperand &opOperand : this->getOperation()->getOpOperands())
234
llvm::append_range(res, getShape(&opOperand));
0 commit comments