Skip to content

Commit

Permalink
Clang formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-ramalingam committed Apr 25, 2024
1 parent 7e8252d commit b3c0859
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/Conversion/TorchOnnxToTorch/DefaultDomainQtoZ.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -974,9 +974,10 @@ void mlir::torch::onnx_c::populateDefaultDomainQtoZ(
"noop_with_empty_axes", 0))
return failure();

auto reducedSumBool = reducedSumImpl(binder, rewriter, data, resultType,
/*storeValue=*/data, keepDims,
noop_with_empty_axes, true);
auto reducedSumBool =
reducedSumImpl(binder, rewriter, data, resultType,
/*storeValue=*/data, keepDims,
noop_with_empty_axes, true);

if (failed(reducedSumBool))
return rewriter.notifyMatchFailure(
Expand Down

0 comments on commit b3c0859

Please sign in to comment.