Searched refs:RemoveCostModelForGraph (Results 1 – 3 of 3) sorted by relevance
44 bool RemoveCostModelForGraph(const Graph* graph);
45 bool CostModelManager::RemoveCostModelForGraph(const Graph* graph) { in RemoveCostModelForGraph() function in tensorflow::CostModelManager
78 graph_mgr->cost_model_manager_.RemoveCostModelForGraph(unit.graph.get()); in ~Item()