Home
last modified time | relevance | path

Searched defs:handle_device (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc107 int i, Device* handle_device, in CopyInputToExpectedDevice()
216 Device* handle_device = handle->DeviceOrHostCPU(*ctx); in ValidateInputTypeAndPlacement() local
875 Device* handle_device = handle->DeviceOrHostCPU(ctx); in EagerRemoteExecute() local
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py265 def __init__(self, handle, handle_device): argument