Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinfeed_thunk.h33 class InfeedThunk : public Thunk {
37 InfeedThunk(const ShapeTree<BufferAllocation::Slice>& infeed_slices,
40 InfeedThunk(const InfeedThunk&) = delete;
41 InfeedThunk& operator=(const InfeedThunk&) = delete;
Dinfeed_thunk.cc25 InfeedThunk::InfeedThunk( in InfeedThunk() function in xla::gpu::InfeedThunk
30 Status InfeedThunk::ExecuteOnStream(const BufferAllocations& buffer_allocations, in ExecuteOnStream()
Dir_emitter_unnested.cc1739 return absl::make_unique<InfeedThunk>(slices, inst); in BuildInfeedThunk()