Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/costs/
Dutils.h72 OpPerformanceList CostGraphToOpPerformanceData(const CostGraphDef& cost_graph,
Dutils.cc287 OpPerformanceList CostGraphToOpPerformanceData(const CostGraphDef& cost_graph, in CostGraphToOpPerformanceData() function
/external/tensorflow/tensorflow/python/grappler/
Dcost_analyzer.cc97 op_perf_analytical_ = CostGraphToOpPerformanceData( in GatherCosts()
100 CostGraphToOpPerformanceData(cost_graph_measured_filtered, item_->graph); in GatherCosts()
Dcluster.i184 *op_performance_data = tensorflow::grappler::CostGraphToOpPerformanceData( in _GetOpPerformanceDataAndRunTime()