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.cc290 op_counts_.clear(); in Init()
768 op_counts_[node_description] += 1; in MarkCurrNodeExecuted()
1007 for (const auto& item : op_counts_) { in Summary()
Dvirtual_scheduler.h340 std::map<string, int> op_counts_; variable