Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler.cc882 const bool is_op_cost_accurate = !op_cost_pair.second.inaccurate; in Summary() local
886 (is_op_cost_accurate ? ' ' : '~'), static_cast<int64>(cost), in Summary()
961 const bool is_op_cost_accurate = !op_cost_pair.second.inaccurate; in Summary() local
962 if (!is_op_cost_accurate) { in Summary()
979 op.c_str(), (is_op_cost_accurate ? ' ' : '~'), in Summary()