Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
Dresnet50_test.py84 tfe.async_wait()
131 tfe.async_wait()
233 tfe.async_wait()
239 tfe.async_wait()
281 tfe.async_wait()
291 tfe.async_wait()
/external/tensorflow/tensorflow/contrib/eager/python/examples/densenet/
Ddensenet_test.py241 tfe.async_wait()
247 tfe.async_wait()
294 tfe.async_wait()
304 tfe.async_wait()
/external/tensorflow/tensorflow/contrib/eager/python/examples/revnet/
Drevnet_test.py250 tfe.async_wait()
256 tfe.async_wait()
298 tfe.async_wait()
307 tfe.async_wait()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py657 def async_wait(self): member in Context
1090 def async_wait(): function
1092 return context().async_wait()
Dcore_test.py255 context.async_wait()
260 context.async_wait()
322 context.async_wait()
Dbenchmarks_test.py152 ctx.async_wait()
157 ctx.async_wait()
/external/tensorflow/tensorflow/contrib/eager/python/
Dtfe.py113 from tensorflow.python.eager.context import async_wait
/external/curl/docs/examples/
Dasiohiper.cpp101 timer.async_wait(boost::bind(&timer_cb, _1, g)); in multi_timer_cb()