Home
last modified time | relevance | path

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

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