Searched defs:GraphCollector (Results 1 – 1 of 1) sorted by relevance
526 struct GraphCollector { struct534 GraphCollector() : dirty(false) {} in GraphCollector() argument536 void CollectRawGraph(const GraphDef& graph) { in CollectRawGraph()542 void CollectOptimizedGraph(const GraphDef& graph) { in CollectOptimizedGraph()548 void CollectPartitionedGraph(const GraphDef& graph) { in CollectPartitionedGraph()554 void ClearGraphs() EXCLUSIVE_LOCKS_REQUIRED(mu) { in ClearGraphs()561 bool HasUpdatedGraphs() { in HasUpdatedGraphs()