Searched defs:GraphCollector (Results 1 – 1 of 1) sorted by relevance
501 struct GraphCollector { struct509 GraphCollector() : dirty(false) {} in GraphCollector() function511 void CollectRawGraph(const GraphDef& graph) { in CollectRawGraph()517 void CollectOptimizedGraph(const GraphDef& graph) { in CollectOptimizedGraph()523 void CollectPartitionedGraph(const GraphDef& graph) { in CollectPartitionedGraph()529 void ClearGraphs() TF_EXCLUSIVE_LOCKS_REQUIRED(mu) { in ClearGraphs()536 bool HasUpdatedGraphs() { in HasUpdatedGraphs()