Home
last modified time | relevance | path

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

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