Skip to content

Commit 72c7b76

Browse files
committed
refactor(//core/lowering/passes/remove_unnecessary_casts):
Lower logging level on debug info Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent 8139da9 commit 72c7b76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/lowering/passes/remove_unnecessary_casts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ void RemoveSingleUse0DTensors(std::shared_ptr<torch::jit::Graph>& g) {
159159
}
160160
}
161161
}
162-
LOG_ERROR("Post removing single use 0-dim Tensor operations: " << *g);
162+
LOG_GRAPH("Post removing single use 0-dim Tensor operations: " << *g);
163163
}
164164

165165
} // namespace passes

0 commit comments

Comments
 (0)