Searched refs:AddToCostGraphDef (Results 1 – 7 of 7) 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);
794 cost_model_manager_.AddToCostGraphDef(item.graph.get(), cost_graph)); in RunInternal()
91 cost_model_manager.AddToCostGraphDef(graph1.get(), &cost_graph_def)); in TEST()93 cost_model_manager.AddToCostGraphDef(graph2.get(), &cost_graph_def)); in TEST()
177 void AddToCostGraphDef(const Graph* graph, CostGraphDef* cost_graph) const;
480 void CostModel::AddToCostGraphDef(const Graph* graph, in AddToCostGraphDef() function in tensorflow::CostModel
575 cost_model_manager_.AddToCostGraphDef(unit.graph.get(), cost_graph) in BuildCostModel()