Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcostmodel_manager.cc56 Status CostModelManager::AddToCostGraphDef(const Graph* graph, in AddToCostGraphDef() function in tensorflow::CostModelManager
65 cost_model->AddToCostGraphDef(graph, cost_graph); in AddToCostGraphDef()
Dcostmodel_manager.h46 Status AddToCostGraphDef(const Graph* graph, CostGraphDef* cost_graph);
Ddirect_session.cc709 cost_model_manager_.AddToCostGraphDef(item.graph, cost_graph)); in RunInternal()
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h169 void AddToCostGraphDef(const Graph* graph, CostGraphDef* cost_graph) const;
Dcostmodel.cc478 void CostModel::AddToCostGraphDef(const Graph* graph, in AddToCostGraphDef() function in tensorflow::CostModel
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc534 cost_model_manager_.AddToCostGraphDef(unit.graph, cost_graph) in BuildCostModel()