Home
last modified time | relevance | path

Searched refs:op_ctx (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer.cc99 col_ctx_->op_ctx->op_device_context(), in Run()
100 col_ctx_->op_ctx->op_device_context(), col_ctx_->device, in Run()
101 col_ctx_->device, col_ctx_->op_ctx->input_alloc_attr(0), in Run()
102 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in Run()
120 AllocatorAttributes attr = col_ctx_->op_ctx->output_alloc_attr(0); in ContinueAfterInputCopy()
142 col_ctx_->device->GetAllocator(col_ctx_->op_ctx->input_alloc_attr(0)), in ContinueAfterInputCopy()
144 DeviceContext* op_dev_ctx = col_ctx_->op_ctx->op_device_context(); in ContinueAfterInputCopy()
259 col_ctx_->op_ctx, col_ctx_->op_params, col_ctx_->device, in RunAsyncParts()
275 col_ctx_->op_ctx, col_ctx_->op_params, col_ctx_->device, in RunAsyncParts()
Dring_gatherer.cc94 AllocatorAttributes attr = col_ctx_->op_ctx->output_alloc_attr(0); in Run()
108 col_ctx_->op_ctx->op_device_context(), in Run()
109 col_ctx_->op_ctx->op_device_context(), col_ctx_->device, in Run()
110 col_ctx_->device, col_ctx_->op_ctx->input_alloc_attr(0), in Run()
111 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, &alias_chunk, in Run()
Dhierarchical_tree_broadcaster.cc378 DeviceContext* op_dev_ctx = col_ctx_->op_ctx->op_device_context(); in RunTree()
381 col_ctx_->op_ctx->input_alloc_attr(0), in RunTree()
382 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in RunTree()
423 col_ctx_->op_ctx->op_device_context(), in DispatchSend()
424 col_ctx_->op_ctx->output_alloc_attr(0), in DispatchSend()
443 col_ctx_->op_ctx->op_device_context(), in DispatchRecv()
444 col_ctx_->op_ctx->output_alloc_attr(0), dst_tensor, in DispatchRecv()
Dring_alg.cc254 col_ctx_->op_ctx->device()->tensorflow_gpu_device_info(); in TensorDebugString()
393 col_ctx_->device, col_ctx_->op_ctx->op_device_context(), in DispatchSend()
394 col_ctx_->op_ctx->output_alloc_attr(0), &rf->chunk, in DispatchSend()
413 col_ctx_->device, col_ctx_->op_ctx->op_device_context(), in DispatchRecv()
414 col_ctx_->op_ctx->output_alloc_attr(0), dst_tensor, in DispatchRecv()
Dcollective_util.cc97 Status ComputeBinOp(OpKernelContext* op_ctx, OpKernelContext::Params* params, in ComputeBinOp() argument
106 new SubContext(op_ctx, params, op, output, input)); in ComputeBinOp()
Dcollective_util.h52 Status ComputeBinOp(OpKernelContext* op_ctx, OpKernelContext::Params* params,
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer.cc93 col_ctx_->device->GetAllocator(col_ctx_->op_ctx->input_alloc_attr(0)), in Run()
95 DeviceContext* op_dev_ctx = col_ctx_->op_ctx->op_device_context(); in Run()
120 auto* compute_stream = col_ctx_->op_ctx->op_device_context()->stream(); in Run()
121 auto* gpu_info = col_ctx_->op_ctx->device()->tensorflow_gpu_device_info(); in Run()
210 col_ctx_->op_ctx, col_ctx_->op_params, col_ctx_->device, in Run()
Dcollective_nccl_gatherer.cc27 auto* compute_stream = col_ctx_->op_ctx->op_device_context()->stream(); in Run()
28 auto* gpu_info = col_ctx_->op_ctx->device()->tensorflow_gpu_device_info(); in Run()
Dcollective_nccl_broadcaster.cc27 auto* compute_stream = col_ctx_->op_ctx->op_device_context()->stream(); in Run()
28 auto* gpu_info = col_ctx_->op_ctx->device()->tensorflow_gpu_device_info(); in Run()
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc170 op_ctx(ctx), in CollectiveContext()
Dcollective.h366 OpKernelContext* op_ctx; // Not owned variable