[Onnx] reduce MatMul OpsetVersion to 1 (#3403)

Resolves #3324
pull/2784/merge
zjgarvey 2024-05-31 11:47:56 -05:00 committed by GitHub
parent fc100a117d
commit 8952377603
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -352,7 +352,7 @@ void mlir::torch::onnx_c::populateDefaultDomainGtoP(
rightDimsPrimList);
return success();
});
patterns.onOp("MatMul", 13,
patterns.onOp("MatMul", 1,
[](OpBinder binder, ConversionPatternRewriter &rewriter) {
Torch::ValueTensorType resultType;
Value lhs, rhs;