Public Member Functions | |
| def | __init__ (self, upper_bound) |
| def | check (self, value) |
| def | __repr__ (self) |
Public Member Functions inherited from torch.distributions.constraints.Constraint | |
| def | check (self, value) |
| def | __repr__ (self) |
Public Attributes | |
| upper_bound | |
Constrain to a real half line `[-inf, upper_bound)`.
Definition at line 194 of file constraints.py.
1.8.11