Home
last modified time | relevance | path

Searched refs:output_alloc_attr (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dpermuter.cc92 col_ctx_->op_ctx->output_alloc_attr(0), tensor, col_ctx_->device_locality, in DispatchSend()
109 col_ctx_->op_ctx->output_alloc_attr(0), tensor, col_ctx_->device_locality, in DispatchRecv()
Dring_gatherer.cc93 AllocatorAttributes attr = col_ctx_->op_ctx->output_alloc_attr(0); in Run()
110 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, &alias_chunk, in Run()
Dhierarchical_tree_broadcaster.cc380 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in RunTree()
425 col_ctx_->op_ctx->output_alloc_attr(0), src_tensor, in DispatchSend()
446 col_ctx_->op_ctx->output_alloc_attr(0), dst_tensor, in DispatchRecv()
Dring_reducer.cc101 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in Run()
119 AllocatorAttributes attr = col_ctx_->op_ctx->output_alloc_attr(0); in ContinueAfterInputCopy()
Dring_alg.cc396 col_ctx_->op_ctx->output_alloc_attr(0), &rf->chunk, in DispatchSend()
417 col_ctx_->op_ctx->output_alloc_attr(0), dst_tensor, in DispatchRecv()
Dexecutor.cc1012 out->alloc_attr = ctx->output_alloc_attr(i); in ProcessOutputs()
/external/tensorflow/tensorflow/core/kernels/
Dparse_tensor_op.cc52 proto, ctx->output_alloc_attr(0), &output)); in Compute()
Dscoped_allocator_ops.cc58 AllocatorAttributes attr = context->output_alloc_attr(0); in Compute()
Dsendrecv_ops.cc198 args.alloc_attrs = ctx->output_alloc_attr(0); in ComputeAsync()
Dreduction_ops_common.h166 const AllocatorAttributes alloc_attr = ctx->output_alloc_attr(0);
/external/tensorflow/tensorflow/core/kernels/data/
Dsingle_threaded_executor.cc190 kernel_state.output_alloc_attr.set_on_host(on_host); in Initialize()
517 AllocatorAttributes output_alloc_attr; member
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc470 : output_alloc_attr(output_index); in forward_input_to_output_with_shape()
673 AllocatorAttributes attr = output_alloc_attr(index); in allocate_output()
909 if (allocated_scope_ids_->find(output_alloc_attr(index).scope_id) == in maybe_set_output_by_allocate_and_copy()
920 << output_alloc_attr(index).scope_id; in maybe_set_output_by_allocate_and_copy()
932 << output_alloc_attr(index).scope_id; in maybe_set_output_by_allocate_and_copy()
938 output_alloc_attr(index)); in maybe_set_output_by_allocate_and_copy()
Dop_kernel.h1086 AllocatorAttributes output_alloc_attr(int index) const { in output_alloc_attr() function
/external/tensorflow/tensorflow/core/tpu/kernels/
Dhost_compute_ops.cc145 args.alloc_attrs = ctx->output_alloc_attr(i); in ComputeAsync()