Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.cc62 CostGraphDef cost_graph_measured; in GatherCosts() local
63 PredictCosts(&measure_estimator_, &cost_graph_measured, in GatherCosts()
66 VLOG(1) << "cost_graph_measured size: " << cost_graph_measured.node_size(); in GatherCosts()
77 for (const auto& node : cost_graph_measured.node()) { in GatherCosts()