Home
last modified time | relevance | path

Searched refs:DeviceOrHostCPU (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_copy_node.cc83 send_device_(src->DeviceOrHostCPU(*ctx)), in RemoteCopyNode()
154 src_->DeviceOrHostCPU(*ctx_)->name()); in StartSend()
314 op->set_device_name(packed_handle->DeviceOrHostCPU(*ctx)->name()); in SerializePackedHandle()
345 h->DeviceOrHostCPU(*ctx)->name(), in SerializePackedHandle()
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute_node_test.cc108 input_devices.push_back(h->DeviceOrHostCPU(*ctx)); in TEST()
Dexecute.cc216 Device* handle_device = handle->DeviceOrHostCPU(*ctx); in ValidateInputTypeAndPlacement()
857 tensorflow::Device* input_device_or_cpu = input->DeviceOrHostCPU(ctx); in EagerRemoteExecute()
875 Device* handle_device = handle->DeviceOrHostCPU(ctx); in EagerRemoteExecute()
1219 auto send_device = h->DeviceOrHostCPU(*ctx); in EagerCopyToDevice()
Dtensor_handle.h161 Device* DeviceOrHostCPU(const EagerContext& ctx) const;
Dtensor_handle.cc529 Device* TensorHandle::DeviceOrHostCPU(const EagerContext& ctx) const { in DeviceOrHostCPU() function in tensorflow::TensorHandle
976 tensorflow::Device* srcd = DeviceOrHostCPU(ctx); in CopyToDevice()