Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dall_to_all.cc72 col_ctx_->op_ctx->output_alloc_attr(0), &output_buffer_, in CheckCounterAndCallDone()
101 col_ctx_->device->GetAllocator(col_ctx_->op_ctx->output_alloc_attr(0)), in Run()
131 col_ctx_->op_ctx->output_alloc_attr(0), tensor, col_ctx_->device_locality, in DispatchSend()
144 col_ctx_->op_ctx->output_alloc_attr(0), tensor, col_ctx_->device_locality, in DispatchRecv()
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.cc381 col_ctx_->op_ctx->output_alloc_attr(0), col_ctx_->input, in RunTree()
428 col_ctx_->op_ctx->output_alloc_attr(0), src_tensor, in DispatchSend()
449 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.cc411 col_ctx_->op_ctx->output_alloc_attr(0), &rf->chunk, in DispatchSend()
432 col_ctx_->op_ctx->output_alloc_attr(0), dst_tensor, in DispatchRecv()
Dsingle_threaded_executor.cc204 kernel_state.output_alloc_attr.set_on_host(on_host); in Initialize()
561 AllocatorAttributes output_alloc_attr; member
Dexecutor.cc1074 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()
Dreduction_ops_common.h165 const AllocatorAttributes alloc_attr = ctx->output_alloc_attr(0);
Dsendrecv_ops.cc204 args.alloc_attrs = ctx->output_alloc_attr(0); in ComputeAsync()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc483 : output_alloc_attr(output_index); in forward_input_to_output_with_shape()
717 AllocatorAttributes attr = output_alloc_attr(index); in allocate_output()
920 if (allocated_scope_ids_->find(output_alloc_attr(index).scope_id) == in maybe_set_output_by_allocate_and_copy()
931 << output_alloc_attr(index).scope_id; in maybe_set_output_by_allocate_and_copy()
943 << output_alloc_attr(index).scope_id; in maybe_set_output_by_allocate_and_copy()
949 output_alloc_attr(index)); in maybe_set_output_by_allocate_and_copy()
Dop_kernel.h1042 AllocatorAttributes output_alloc_attr(int index) const { in output_alloc_attr() function
/external/tensorflow/tensorflow/compiler/mlir/tools/kernel_gen/
Dtf_framework_c_interface.cc81 ctx->output_alloc_attr(output_index)); in _mlir_ciface_tf_alloc()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dhost_compute_ops.cc145 args.alloc_attrs = ctx->output_alloc_attr(i); in ComputeAsync()