Searched refs:AddToCostGraphDef (Results 1 – 6 of 6) sorted by relevance
56 Status CostModelManager::AddToCostGraphDef(const Graph* graph, in AddToCostGraphDef() function in tensorflow::CostModelManager65 cost_model->AddToCostGraphDef(graph, cost_graph); in AddToCostGraphDef()
46 Status AddToCostGraphDef(const Graph* graph, CostGraphDef* cost_graph);
709 cost_model_manager_.AddToCostGraphDef(item.graph, cost_graph)); in RunInternal()
169 void AddToCostGraphDef(const Graph* graph, CostGraphDef* cost_graph) const;
478 void CostModel::AddToCostGraphDef(const Graph* graph, in AddToCostGraphDef() function in tensorflow::CostModel
534 cost_model_manager_.AddToCostGraphDef(unit.graph, cost_graph) in BuildCostModel()