Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dinfeed_thunk.cc26 const ShapeTree<BufferAllocation::Slice>& infeed_slices, in InfeedThunk() argument
28 : Thunk(Kind::kInfeed, hlo_instruction), infeed_slices_(infeed_slices) {} in InfeedThunk()
Dinfeed_thunk.h37 InfeedThunk(const ShapeTree<BufferAllocation::Slice>& infeed_slices,