Home
last modified time | relevance | path

Searched refs:host_cpu_device_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dkernel_and_device.cc121 input_devices_[i] = host_cpu_device_; in Init()
142 function_def = pflr_->GetFLR(host_cpu_device_->name()) in InstantiateFunc()
437 return host_cpu_device_; in InputDevice()
Dkernel_and_device.h118 host_cpu_device_(host_cpu_device), in KernelAndDevice()
181 Device* const host_cpu_device_; // non-null variable
Dcontext.h200 Device* HostCPU() const { return host_cpu_device_; } in HostCPU()
588 Device* host_cpu_device_; // Owned by device_manager variable
Dcontext.cc85 host_cpu_device_(device_mgr->HostCPU()), in EagerContext()
1077 host_cpu_device_ = local_device_manager_.Get()->HostCPU(); in StoreCollectiveOpsServer()
1322 host_cpu_device_ = local_device_manager_.Get()->HostCPU(); in SetMasterContextState()