Searched defs:GraphCollector (Results 1 – 1 of 1) sorted by relevance
544 struct GraphCollector { struct552 GraphCollector() : dirty(false) {} in GraphCollector() argument554 void CollectRawGraph(const GraphDef& graph) { in CollectRawGraph()560 void CollectOptimizedGraph(const GraphDef& graph) { in CollectOptimizedGraph()566 void CollectPartitionedGraph(const GraphDef& graph) { in CollectPartitionedGraph()572 void ClearGraphs() TF_EXCLUSIVE_LOCKS_REQUIRED(mu) { in ClearGraphs()579 bool HasUpdatedGraphs() { in HasUpdatedGraphs()