Home
last modified time | relevance | path

Searched refs:graph_collector_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.h46 graph_collector_(graph_collector), in ExecuteNode()
68 graph_collector_, retvals_.begin(), retvals_.size()); in Run()
85 tensorflow::GraphCollector* graph_collector_; variable
Dcontext.h145 GraphCollector* GetGraphCollector() { return &graph_collector_; } in GetGraphCollector()
293 GraphCollector graph_collector_; variable