Searched defs:HostCPU (Results 1 – 4 of 4) sorted by relevance
155 Device* StaticDeviceMgr::HostCPU() const { return cpu_device_; } in HostCPU() function in tensorflow::StaticDeviceMgr
225 Device* DynamicDeviceMgr::HostCPU() const { in HostCPU() function in tensorflow::DynamicDeviceMgr
199 TEST(DynamicDeviceMgrTest, HostCPU) { in TEST() argument
217 Device* HostCPU() const { return host_cpu_device_; } in HostCPU() function