Searched defs:GraphCollector (Results 1 – 1 of 1) sorted by relevance
511 struct GraphCollector { struct519 GraphCollector() : dirty(false) {} in GraphCollector() argument521 void CollectRawGraph(const GraphDef& graph) { in CollectRawGraph()527 void CollectOptimizedGraph(const GraphDef& graph) { in CollectOptimizedGraph()533 void CollectPartitionedGraph(const GraphDef& graph) { in CollectPartitionedGraph()539 void ClearGraphs() TF_EXCLUSIVE_LOCKS_REQUIRED(mu) { in ClearGraphs()546 bool HasUpdatedGraphs() { in HasUpdatedGraphs()