Home
last modified time | relevance | path

Searched refs:op_counts_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc414 op_counts_.clear(); in Init()
895 op_counts_[node_description] += 1; in MarkNodeExecuted()
1176 for (const auto& item : op_counts_) { in Summary()
Dvirtual_scheduler.h428 std::map<string, int> op_counts_; variable