Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h501 struct GraphCollector { struct
509 GraphCollector() : dirty(false) {} in GraphCollector() function
511 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()