sigpy.linop.ToDevice¶
-
class
sigpy.linop.ToDevice(shape, odevice, idevice)[source]¶ Move input between devices.
Parameters: -
__init__(shape, odevice, idevice)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(shape, odevice, idevice)Initialize self. apply(input)Apply linear operation on input. Attributes
HReturn adjoint linear operator. NReturn normal linear operator. -