mirror of https://github.com/llvm/torch-mlir
parent
fc100a117d
commit
8952377603
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue