HomeSort by relevance Sort by last modified time
    Searched refs:tuple_element_buffers (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
tuple_thunk.h 37 TupleThunk(absl::Span<const BufferAllocation::Slice> tuple_element_buffers,
41 tuple_element_buffers_(tuple_element_buffers.begin(),
42 tuple_element_buffers.end()),
ir_emitter_unnested.cc 762 std::vector<BufferAllocation::Slice> tuple_element_buffers; local
764 tuple_element_buffers.push_back(GetAllocationSlice(*tuple_element));
767 tuple_element_buffers, GetAllocationSlice(*tuple), tuple));
1450 std::vector<BufferAllocation::Slice> tuple_element_buffers; local
    [all...]

Completed in 128 milliseconds