Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.h59 virtual Status Init(const NodeDef& ndef, GraphCollector* graph_collector) = 0;
84 GraphCollector* graph_collector) = 0;
90 GraphCollector* graph_collector) = 0;
145 Status Init(const NodeDef& ndef, GraphCollector* graph_collector) override;
149 StepStats* step_stats, GraphCollector* graph_collector) override;
154 StepStats* step_stats, GraphCollector* graph_collector) override;
207 Status Init(const NodeDef& ndef, GraphCollector* graph_collector) override;
211 StepStats* step_stats, GraphCollector* graph_collector) override;
215 StepStats* step_stats, GraphCollector* graph_collector) override;
Dkernel_and_device.cc68 GraphCollector* graph_collector) { in Init()
81 GraphCollector* graph_collector) { in Init()
154 GraphCollector* graph_collector) { in Run()
165 GraphCollector* graph_collector) { in Run()
210 GraphCollector* graph_collector) { in Run()
308 GraphCollector* graph_collector) { in Run()
Dexecute_node.h37 StepStats* maybe_step_stats, GraphCollector* graph_collector, in ExecuteNode()
85 tensorflow::GraphCollector* graph_collector_;
Dexecute.h50 GraphCollector* graph_collector,
Dcontext.h145 GraphCollector* GetGraphCollector() { return &graph_collector_; } in GetGraphCollector()
293 GraphCollector graph_collector_;
Dexecute.cc428 GraphCollector* graph_collector = nullptr; in EagerLocalExecute()
481 GraphCollector* graph_collector = nullptr; in EagerLocalExecute()
916 GraphCollector* graph_collector, in EagerKernelExecute()
954 GraphCollector* collector = ctx->GetGraphCollector(); in EagerKernelExecute()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.h526 struct GraphCollector { struct
534 GraphCollector() : dirty(false) {} in GraphCollector() argument
670 GraphCollector* graph_collector = nullptr;
798 GraphCollector* graph_collector() { return params_->graph_collector; } in graph_collector()
Dfunction.h583 GraphCollector* graph_collector = nullptr;