Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc99 TEST(EventMgr, Empty) { in TEST() argument
116 TEST(EventMgr, DelayedPolling) { in TEST() argument
149 TEST(EventMgr, FlushLargeTensorImmediately) { in TEST() argument
166 TEST(EventMgr, ManySmallTensorsFlushedImmediately) { in TEST() argument
185 TEST(EventMgr, StreamSwitchingFlushesImmediately) { in TEST() argument
207 TEST(EventMgr, ManySmallTensorsSeparateCallsFlushed) { in TEST() argument
229 TEST(EventMgr, NonEmptyShutdown) { in TEST() argument
248 TEST(EventMgr, WarnIfInCallback) { in TEST() argument
Dgpu_event_mgr.cc92 EventMgr::EventMgr(se::StreamExecutor* se, const GPUOptions& gpu_options) in EventMgr() function in tensorflow::EventMgr
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h47 class EventMgr; variable