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.cc83 BufferAllocation::Slice source_slice = source_slices_[index].slice; in ExecuteOnStream() local
84 if (!source_slice.allocation()) in ExecuteOnStream()
87 buffer_allocations.GetDeviceAddress(source_slice); in ExecuteOnStream()
Dir_emitter_unnested.cc2762 TF_ASSIGN_OR_RETURN(BufferAllocation::Slice source_slice, in EmitCollectivePermute()
2776 /*source_address=*/source_slice, in EmitCollectivePermute()
2782 /*source_buffer=*/source_slice, in EmitCollectivePermute()
2831 TF_ASSIGN_OR_RETURN(auto source_slice, GetAllocationSlice(operand)); in EmitNcclThunk()
2835 /*source_buffer=*/source_slice, in EmitNcclThunk()
/external/tensorflow/tensorflow/python/kernel_tests/array_ops/
Dgather_op_test.py169 source_slice = ((slice(None),) * outer_dims + (source_index,) +
171 correct_params_grad[dest_slice] += gather_grad[source_slice]
238 source_slice = ((slice(None),) * outer_dims + (source_index,) +
240 correct_params_grad[dest_slice] += gather_grad[source_slice]