Skip to content

Commit

Permalink
fix(//core/lowering): fix debug message for bn dim check removal pass
Browse files Browse the repository at this point in the history
Signed-off-by: Naren Dasan <[email protected]>
Signed-off-by: Naren Dasan <[email protected]>
  • Loading branch information
narendasan committed Jan 23, 2021
1 parent 6b942e5 commit 86bb5b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/lowering/passes/remove_bn_dim_check.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ struct BNDimCheckRemoval {
void run() {
findBNDimCheckNodes(graph_->block());
torch::jit::EliminateDeadCode(graph_);
LOG_GRAPH("Post aten::addmm branch fusion: " << *graph_);
LOG_GRAPH("Post batch norm dim check removal: " << *graph_);
}

private:
Expand Down

0 comments on commit 86bb5b7

Please sign in to comment.