Public Member Functions | |
def | check (self, value) |
Public Member Functions inherited from torch.distributions.constraints.Constraint | |
def | check (self, value) |
def | __repr__ (self) |
Constrain to the unit simplex in the innermost (rightmost) dimension. Specifically: `x >= 0` and `x.sum(-1) == 1`.
Definition at line 244 of file constraints.py.