Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc1009 bool is_cost_accurate; in Summary() local
1010 std::tie(cost, is_cost_accurate) = op_costs_.at(item.first); in Summary()
1012 << ", Individual Cost: " << (is_cost_accurate ? "" : "~") << cost in Summary()