Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc99 StartPollingLoop(); in EventMgr()
117 void EventMgr::StartPollingLoop() { in StartPollingLoop() function in tensorflow::EventMgr
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc100 StartPollingLoop(); in EventMgr()
118 void EventMgr::StartPollingLoop() { in StartPollingLoop() function in tensorflow::EventMgr
Ddevice_event_mgr.h132 void StartPollingLoop();
Ddevice_event_mgr_test.cc82 void StartPollingLoop() { return em_->StartPollingLoop(); } in StartPollingLoop() function in tensorflow::TEST_EventMgrHelper
128 th.StartPollingLoop(); in TEST()