Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_thunk.cc64 BufferAllocation::Slice tuple_slice = in ExecuteOnStream() local
66 if (!tuple_slice.allocation()) { in ExecuteOnStream()
71 buffer_allocations.GetDeviceAddress(tuple_slice); in ExecuteOnStream()
72 CHECK(tuple_slice.size() % sizeof(void*) == 0) in ExecuteOnStream()
74 std::vector<void*> tuple_element_buffer_addresses(tuple_slice.size() / in ExecuteOnStream()
77 tuple_address, tuple_slice.size()); in ExecuteOnStream()