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

Public Member Functions

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

Detailed Description

Placeholder for variables whose support depends on other variables.
These variables obey no simple coordinate-wise constraints.

Definition at line 66 of file constraints.py.


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