If this is a device local to this host, returns a LocalDeviceState object that can be used to manipulate the device. Returns nullptr if the device is not local to this host.
| 58 | // that can be used to manipulate the device. Returns nullptr if the device is |
| 59 | // not local to this host. |
| 60 | LocalDeviceState* local_device_state() const { |
| 61 | return local_device_state_.get(); |
| 62 | } |
| 63 | |
| 64 | // If this is a device local to this host, returns a LocalDeviceState object |
| 65 | // that can be used to manipulate the device. Returns an error if the device |
no test coverage detected