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.cc415 op_costs_.clear(); in Init()
896 op_costs_[node_description] = in MarkNodeExecuted()
1179 std::tie(cost, is_cost_accurate) = op_costs_.at(item.first); in Summary()
Dvirtual_scheduler.h432 std::map<string, std::pair<int, bool>> op_costs_; variable