Searched refs:resource_device_ (Results 1 – 2 of 2) sorted by relevance
128 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()
122 Device* resource_device() const { return resource_device_; } in resource_device()237 tensorflow::Device* const resource_device_; variable