Home
last modified time | relevance | path

Searched defs:ThenWaitFor (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream.h207 Stream &ThenWaitFor(Stream *other, Params... more_streams) { in ThenWaitFor() function
226 Stream &ThenWaitFor(P others) { in ThenWaitFor() function
Dstream.cc1028 Stream &Stream::ThenWaitFor(Stream *other) { in ThenWaitFor() function in stream_executor::Stream
1042 Stream &Stream::ThenWaitFor(Event *event) { in ThenWaitFor() function in stream_executor::Stream