Searched refs:graph_collector (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | execute_node.h | 98 GraphCollector* graph_collector, in ExecuteNode() argument 107 graph_collector_(graph_collector), in ExecuteNode() 154 GraphCollector* graph_collector, in AsyncExecuteNode() argument 163 graph_collector_(graph_collector), in AsyncExecuteNode()
|
D | kernel_and_device.cc | 102 GraphCollector* graph_collector) { in Init() argument 135 GraphCollector* graph_collector) { in InstantiateFunc() argument 204 options.graph_collector = graph_collector; in InstantiateFunc() 225 GraphCollector* graph_collector) { in Init() argument 227 InstantiateFunc(log_device_placement, ndef, graph_collector)); in Init()
|
D | execute.cc | 508 GraphCollector* graph_collector = nullptr; in GetOrCreateKernelAndDevice() local 510 graph_collector = ctx.GetGraphCollector(); in GetOrCreateKernelAndDevice() 542 kernel->Init(ctx.LogDevicePlacement(), ndef, graph_collector)); in GetOrCreateKernelAndDevice() 613 GraphCollector* graph_collector = nullptr; in AddOrExecuteNode() local 615 graph_collector = ctx.GetGraphCollector(); in AddOrExecuteNode() 649 &ctx, *inputs, remote_func_params, std::move(kernel), graph_collector, in AddOrExecuteNode() 667 ExecuteNode node(&ctx, *inputs, remote_func_params, kernel, graph_collector, in AddOrExecuteNode() 1111 GraphCollector* graph_collector, CancellationManager* cancellation_manager, in EagerKernelExecute() argument 1130 if (graph_collector != nullptr) { in EagerKernelExecute() 1318 GraphCollector* graph_collector, CancellationManager* cancellation_manager, in EagerKernelExecuteAsync() argument [all …]
|
D | kernel_and_device.h | 106 GraphCollector* graph_collector) = 0; 206 GraphCollector* graph_collector) override; 292 GraphCollector* graph_collector); 295 GraphCollector* graph_collector) override;
|
D | execute.h | 54 GraphCollector* graph_collector, CancellationManager* cancellation_manager,
|
/external/tensorflow/tensorflow/core/kernels/ |
D | partitioned_function_ops.cc | 205 opts.graph_collector = ctx->graph_collector(); in Instantiate()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | process_function_library_runtime.cc | 721 if (options.graph_collector != nullptr) { in InstantiateMultiDevice() 725 options.graph_collector->CollectRawGraph(def); in InstantiateMultiDevice() 846 if (options.graph_collector != nullptr) { in InstantiateMultiDevice() 850 options.graph_collector->CollectOptimizedGraph(def); in InstantiateMultiDevice() 889 if (options.graph_collector != nullptr) { in InstantiateMultiDevice() 894 options.graph_collector->CollectPartitionedGraph(def); in InstantiateMultiDevice()
|
/external/tensorflow/tensorflow/core/framework/ |
D | op_kernel.h | 688 GraphCollector* graph_collector = nullptr; member 829 GraphCollector* graph_collector() { return params_->graph_collector; } in graph_collector() function
|
D | function.h | 729 GraphCollector* graph_collector = nullptr; member
|
/external/tensorflow/tensorflow/core/common_runtime/device/ |
D | device_event_mgr_test.cc | 294 params->graph_collector = nullptr; in PrepOpKernel()
|