Skip to content

Commit

Permalink
Fix format part 2
Browse files Browse the repository at this point in the history
Signed-off-by: Megan Hampton <[email protected]>
  • Loading branch information
MegoHam21 committed Sep 13, 2023
1 parent d7f275d commit 49e560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Transform/ONNX/ConstProp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ void ConstPropONNXToONNXPass::runOnOperation() {
if (isNotDisabled("SplitOfConst")) {
patterns.insert<SplitOfConst>(context);
}

if (failed(applyPatternsAndFoldGreedily(function, std::move(patterns))))
signalPassFailure();
}
Expand Down

0 comments on commit 49e560e

Please sign in to comment.