Home
last modified time | relevance | path

Searched defs:GraphCollector (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h544 struct GraphCollector { struct
552 GraphCollector() : dirty(false) {} in GraphCollector() argument
554 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()