Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc291 op_costs_.clear(); in Init()
769 op_costs_[node_description] = in MarkCurrNodeExecuted()
1010 std::tie(cost, is_cost_accurate) = op_costs_.at(item.first); in Summary()
Dvirtual_scheduler.h344 std::map<string, std::pair<int, bool>> op_costs_; variable