Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
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()
Dexecute.cc428 GraphCollector* graph_collector = nullptr; in EagerLocalExecute() local
481 GraphCollector* graph_collector = nullptr; in EagerLocalExecute() local
916 GraphCollector* graph_collector, in EagerKernelExecute()
/external/tensorflow/tensorflow/core/framework/
Dfunction.h583 GraphCollector* graph_collector = nullptr; member
Dop_kernel.h670 GraphCollector* graph_collector = nullptr; member
798 GraphCollector* graph_collector() { return params_->graph_collector; } in graph_collector() function