Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/
Dresnet50_test.py103 context.async_wait()
207 context.async_wait()
305 context.async_wait()
311 context.async_wait()
356 context.async_wait()
366 context.async_wait()
/external/curl/docs/examples/
Dasiohiper.cpp101 timer.async_wait(boost::bind(&timer_cb, _1, g)); in multi_timer_cb()
/external/tensorflow/tensorflow/python/eager/
Dcontext.py1985 def async_wait(): function