Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/experimental/stream_executor/
Dstream_executor_test.cc906 stream.ThenDoHostCallbackWithStatus(callback); in TEST_F()
926 stream.ThenDoHostCallbackWithStatus(callback); in TEST_F()
/external/tensorflow/tensorflow/stream_executor/
Dstream.h1997 Stream &ThenDoHostCallbackWithStatus(std::function<port::Status()> callback);
Dstream.cc4836 Stream &Stream::ThenDoHostCallbackWithStatus( in ThenDoHostCallbackWithStatus() function in stream_executor::Stream