Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr_test.cc43 TEST(StaticDeviceMgr, NoCPUDevice) { in TEST() argument
53 TEST(StaticDeviceMgr, SomeCPUDevice) { in TEST() argument
Ddevice_mgr.cc31 StaticDeviceMgr::StaticDeviceMgr(std::vector<std::unique_ptr<Device>> devices) in StaticDeviceMgr() function in tensorflow::StaticDeviceMgr
55 StaticDeviceMgr::StaticDeviceMgr(std::unique_ptr<Device> device) in StaticDeviceMgr() function in tensorflow::StaticDeviceMgr
Dkernel_benchmark_testlib.h41 class StaticDeviceMgr; variable