mirror of
https://github.com/zebrajr/tensorflow.git
synced 2025-12-07 12:20:24 +01:00
VLOG(2) instead of VLOG(1) for detailed op printouts.
PiperOrigin-RevId: 157291238
This commit is contained in:
parent
b4466279a6
commit
eb2f6d0410
|
|
@ -475,9 +475,9 @@ Costs VirtualScheduler::Summary() const {
|
|||
}
|
||||
|
||||
// Also log the op description and their corresponding counts.
|
||||
VLOG(1) << "Node description, counts, cost:";
|
||||
VLOG(2) << "Node description, counts, cost:";
|
||||
for (const auto& item : op_counts_) {
|
||||
VLOG(1) << "Node: " << item.first << ", Count: " << item.second
|
||||
VLOG(2) << "Node: " << item.first << ", Count: " << item.second
|
||||
<< ", Individual Cost: " << op_costs_.at(item.first);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user