Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Doutfeed_thunk.cc57 auto output_leaf_it = output_buffers->leaf_begin(); in ExecuteOnStream() local
60 const ShapeIndex& shape_index = output_leaf_it->first; in ExecuteOnStream()
61 std::unique_ptr<OutfeedBuffer>& buffer = output_leaf_it->second; in ExecuteOnStream()
77 ++output_leaf_it; in ExecuteOnStream()