Home
last modified time | relevance | path

Searched defs:HostCPU (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddevice_mgr.cc155 Device* StaticDeviceMgr::HostCPU() const { return cpu_device_; } in HostCPU() function in tensorflow::StaticDeviceMgr
Ddynamic_device_mgr.cc198 Device* DynamicDeviceMgr::HostCPU() const { in HostCPU() function in tensorflow::DynamicDeviceMgr
Ddynamic_device_mgr_test.cc199 TEST(DynamicDeviceMgrTest, HostCPU) { in TEST() argument
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dcontext.h200 Device* HostCPU() const { return host_cpu_device_; } in HostCPU() function
/external/llvm-project/clang/lib/Driver/ToolChains/
DClang.cpp4838 std::string HostCPU = in ConstructJob() local