sigpy.linop.AllReduceAdjoint¶
-
class
sigpy.linop.AllReduceAdjoint(shape, comm, in_place=False)[source]¶ All reduce adjoint operator. Equivalant to identity.
Parameters: - shape (tuple of ints) – Input/output shape.
- comm (Communicator) – Communicator.
-
__init__(shape, comm, in_place=False)[source]¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__(shape, comm[, in_place])Initialize self. apply(input)Apply linear operation on input. Attributes
HReturn adjoint linear operator. NReturn normal linear operator.