Caffe2 - Python API
A deep learning, cross platform ML framework
Public Member Functions | List of all members
torch.distributions.constraints._Real Class Reference
Inheritance diagram for torch.distributions.constraints._Real:
torch.distributions.constraints.Constraint

Public Member Functions

def check (self, value)
 
- Public Member Functions inherited from torch.distributions.constraints.Constraint
def check (self, value)
 
def __repr__ (self)
 

Detailed Description

Trivially constrain to the extended real line `[-inf, inf]`.

Definition at line 154 of file constraints.py.


The documentation for this class was generated from the following file: