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 8328998 commit d75cff6Copy full SHA for d75cff6
lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp
@@ -242,7 +242,6 @@ void mlir::torch::onnx_c::populateDefaultDomainQtoZ(
242
Torch::ValueTensorType resultType;
243
Value data;
244
Value axes;
245
- Value result;
246
if (binder.tensorOperands(data, axes) ||
247
binder.tensorResultType(resultType))
248
return failure();
0 commit comments