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(ThunkInfo thunk_info, std::vector<ShapedSlice> source_slices);
37 OutfeedThunk(const OutfeedThunk&) = delete;
38 OutfeedThunk& operator=(const OutfeedThunk&) = delete;
Doutfeed_thunk.cc28 OutfeedThunk::OutfeedThunk(ThunkInfo thunk_info, in OutfeedThunk() function in xla::gpu::OutfeedThunk
33 Status OutfeedThunk::ExecuteOnStream(const ExecuteParams& params) { in ExecuteOnStream()
Dir_emitter_unnested.cc3223 AddThunkToThunkSequence(absl::make_unique<OutfeedThunk>( in HandleOutfeed()