Searched defs:HostCPU (Results 1 – 5 of 5) sorted by relevance
155 Device* StaticDeviceMgr::HostCPU() const { return cpu_device_; } in HostCPU() function in tensorflow::StaticDeviceMgr
198 Device* DynamicDeviceMgr::HostCPU() const { in HostCPU() function in tensorflow::DynamicDeviceMgr
199 TEST(DynamicDeviceMgrTest, HostCPU) { in TEST() argument
200 Device* HostCPU() const { return host_cpu_device_; } in HostCPU() function
4838 std::string HostCPU = in ConstructJob() local