Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer.cc91 col_ctx_->op_ctx->input_device_context(0), in Run()
92 col_ctx_->op_ctx->op_device_context(), col_ctx_->device, in Run()
93 col_ctx_->device, col_ctx_->op_ctx->input_alloc_attr(0), in Run()
94 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in Run()
112 AllocatorAttributes attr = col_ctx_->op_ctx->output_alloc_attr(0); in ContinueAfterInputCopy()
124 col_ctx_->op_ctx->input_alloc_attr(0))); in ContinueAfterInputCopy()
125 DeviceContext* op_dev_ctx = col_ctx_->op_ctx->op_device_context(); in ContinueAfterInputCopy()
235 col_ctx_->op_ctx, col_ctx_->op_params, col_ctx_->device, in RunAsyncParts()
250 col_ctx_->op_ctx, col_ctx_->op_params, col_ctx_->device, in RunAsyncParts()
Dring_gatherer.cc91 AllocatorAttributes attr = col_ctx_->op_ctx->output_alloc_attr(0); in Run()
103 col_ctx_->op_ctx->input_device_context(0), in Run()
104 col_ctx_->op_ctx->op_device_context(), col_ctx_->device, col_ctx_->device, in Run()
105 col_ctx_->op_ctx->input_alloc_attr(0), in Run()
106 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, &alias_chunk, in Run()
Dhierarchical_tree_broadcaster.cc369 DeviceContext* op_dev_ctx = col_ctx_->op_ctx->op_device_context(); in RunTree()
372 col_ctx_->op_ctx->input_alloc_attr(0), in RunTree()
373 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in RunTree()
413 col_ctx_->op_ctx->op_device_context(), in DispatchSend()
414 col_ctx_->op_ctx->output_alloc_attr(0), in DispatchSend()
433 col_ctx_->op_ctx->op_device_context(), in DispatchRecv()
434 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.cc99 Status ComputeBinOp(OpKernelContext* op_ctx, OpKernelContext::Params* params, in ComputeBinOp() argument
108 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.cc108 col_ctx_->device->GetAllocator(col_ctx_->op_ctx->input_alloc_attr(0)), in Run()
110 DeviceContext* op_dev_ctx = col_ctx_->op_ctx->op_device_context(); in Run()
124 auto* compute_stream = col_ctx_->op_ctx->op_device_context()->stream(); in Run()
125 auto* gpu_info = col_ctx_->op_ctx->device()->tensorflow_gpu_device_info(); in Run()
196 col_ctx_->op_ctx, col_ctx_->op_params, col_ctx_->device, in Run()
/external/tensorflow/tensorflow/core/common_runtime/data/
Dstandalone.cc96 OpKernelContext op_ctx(&op_params, 0); in MakeIterator() local
97 IteratorContext::Params params(&op_ctx); in MakeIterator()
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc165 op_ctx(ctx), in CollectiveContext()
Dcollective.h350 OpKernelContext* op_ctx; // Not owned variable