Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/eager/
Dtensor_handle.cc128 resource_device_(nullptr), in TensorHandle()
147 resource_device_(GetResourceDevice(resource_handle, ctx)), in TensorHandle()
179 resource_device_(resource_device), in TensorHandle()
221 resource_device_(resource_device), in TensorHandle()
255 resource_device_(dtype == DT_RESOURCE ? device : nullptr), in TensorHandle()
Dtensor_handle.h122 Device* resource_device() const { return resource_device_; } in resource_device()
237 tensorflow::Device* const resource_device_; variable