Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dcostmodel_manager.h44 bool RemoveCostModelForGraph(const Graph* graph);
Dcostmodel_manager.cc45 bool CostModelManager::RemoveCostModelForGraph(const Graph* graph) { in RemoveCostModelForGraph() function in tensorflow::CostModelManager
/external/tensorflow/tensorflow/core/distributed_runtime/
Dgraph_mgr.cc78 graph_mgr->cost_model_manager_.RemoveCostModelForGraph(unit.graph.get()); in ~Item()