Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_thunk.h31 class OutfeedThunk : public Thunk {
35 OutfeedThunk(ShapeTree<BufferAllocation::Slice> outfeed_slices,
38 OutfeedThunk(const OutfeedThunk&) = delete;
39 OutfeedThunk& operator=(const OutfeedThunk&) = delete;
Doutfeed_thunk.cc26 OutfeedThunk::OutfeedThunk(ShapeTree<BufferAllocation::Slice> outfeed_slices, in OutfeedThunk() function in xla::gpu::OutfeedThunk
31 Status OutfeedThunk::ExecuteOnStream( in ExecuteOnStream()
Dir_emitter_unnested.cc1756 return absl::make_unique<OutfeedThunk>(std::move(slices), inst); in BuildOutfeedThunk()