Home
last modified time | relevance | path

Searched refs:source_slice (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_thunk.cc86 BufferAllocation::Slice source_slice = source_slices_[index].slice; in ExecuteOnStream() local
87 if (!source_slice.allocation()) in ExecuteOnStream()
90 buffer_allocations.GetDeviceAddress(source_slice); in ExecuteOnStream()
Dir_emitter_unnested.cc3089 BufferAllocation::Slice source_slice, in EmitCollectivePermuteFromMlir()
3096 input.thunk_info, std::move(source_dest_pairs), source_slice, in EmitCollectivePermuteFromMlir()
3122 TF_ASSIGN_OR_RETURN(auto source_slice, GetAllocationSliceForMlir(operand)); in EmitNcclThunkFromMlir()
3126 /*source_buffer=*/source_slice, in EmitNcclThunkFromMlir()
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dgather_op_test.py167 source_slice = ((slice(None),) * outer_dims + (source_index,) +
169 correct_params_grad[dest_slice] += gather_grad[source_slice]
236 source_slice = ((slice(None),) * outer_dims + (source_index,) +
238 correct_params_grad[dest_slice] += gather_grad[source_slice]