HomeSort by relevance Sort by last modified time
    Searched defs:ThenWaitFor (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/stream_executor/
stream.h 175 Stream &ThenWaitFor(Stream *other, Params... more_streams) {
176 return ThenWaitFor(more_streams...).ThenWaitFor(other);
188 // N.B. Base recursion case for the variadic ThenWaitFor.
189 Stream &ThenWaitFor(Stream *other);
195 Stream &ThenWaitFor(P others) {
198 ThenWaitFor(stream.get());
207 Stream &ThenWaitFor(Event *event);
    [all...]
stream.cc     [all...]

Completed in 132 milliseconds