Home
last modified time | relevance | path

Searched defs:EventMgr (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr.cc92 EventMgr::EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in EventMgr() function in tensorflow::EventMgr
/external/tensorflow/tensorflow/core/common_runtime/device/
Ddevice_event_mgr.cc93 EventMgr::EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in EventMgr() function in tensorflow::EventMgr
Ddevice_event_mgr_test.cc111 TEST(EventMgr, Empty) { in TEST() argument
120 TEST(EventMgr, WarnIfInCallback) { in TEST() argument
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h46 class EventMgr; variable