Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc672 tensorflow::Device* remote_cpu_device; in EagerRemoteExecute() local
674 ctx.CPUDeviceOnTask(op->Device(), &remote_cpu_device)); in EagerRemoteExecute()
683 if (remote_cpu_device != handle_device) { in EagerRemoteExecute()
686 remote_cpu_device, &handle)); in EagerRemoteExecute()
689 input_device = remote_cpu_device; in EagerRemoteExecute()
690 input_device_name = &remote_cpu_device->name(); in EagerRemoteExecute()