Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel.h511 struct GraphCollector { struct
519 GraphCollector() : dirty(false) {} in GraphCollector() argument
521 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()