Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream.h201 Stream &ThenWaitFor(Stream *other, Params... more_streams) { in ThenWaitFor() argument
202 return ThenWaitFor(more_streams...).ThenWaitFor(other); in ThenWaitFor()