Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node.h98 GraphCollector* graph_collector, in ExecuteNode()
142 GraphCollector* graph_collector_;
154 GraphCollector* graph_collector, in AsyncExecuteNode()
236 GraphCollector* graph_collector_;
Dkernel_and_device.h112 GraphCollector* graph_collector) = 0;
214 GraphCollector* graph_collector) override;
313 GraphCollector* graph_collector);
316 GraphCollector* graph_collector) override;
Dexecute.h54 GraphCollector* graph_collector, CancellationManager* cancellation_manager,
Dkernel_and_device.cc103 GraphCollector* graph_collector) { in Init()
141 GraphCollector* graph_collector) { in InstantiateFunc()
246 GraphCollector* graph_collector) { in Init()
Dexecute.cc1197 GraphCollector* graph_collector = nullptr; in GetOrCreateKernelAndDevice()
1312 GraphCollector* graph_collector = nullptr; in AddOrExecuteNode()
1760 GraphCollector* collector = ctx->GetGraphCollector(); in CollectGraphs()
1831 GraphCollector* graph_collector, CancellationManager* cancellation_manager, in EagerKernelExecute()
2045 GraphCollector* graph_collector, CancellationManager* cancellation_manager, in EagerKernelExecuteAsync()
2130 GraphCollector* graph_collector = nullptr; in EagerLocalExecuteAsync()
Dcontext.h227 GraphCollector* GetGraphCollector() { return &graph_collector_; } in GetGraphCollector()
729 GraphCollector graph_collector_;
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h511 struct GraphCollector { struct
519 GraphCollector() : dirty(false) {} in GraphCollector() function
660 GraphCollector* graph_collector = nullptr;
810 GraphCollector* graph_collector() { return params_->graph_collector; } in graph_collector()
Dfunction.h751 GraphCollector* graph_collector = nullptr;