Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Ddevice_mgr.cc155 Device* StaticDeviceMgr::HostCPU() const { return cpu_device_; } in HostCPU() function in tensorflow::StaticDeviceMgr
H A Ddynamic_device_mgr.cc225 Device* DynamicDeviceMgr::HostCPU() const { in HostCPU() function in tensorflow::DynamicDeviceMgr
H A Ddynamic_device_mgr_test.cc199 TEST(DynamicDeviceMgrTest, HostCPU) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dcontext.h217 Device* HostCPU() const { return host_cpu_device_; } in HostCPU() function