torch.distributions.constraints.dependent#
- torch.distributions.constraints.dependent = Dependent()#
Placeholder for variables whose support depends on other variables. These variables obey no simple coordinate-wise constraints.
- Parameters:
is_discrete (bool) – Optional value of
.is_discretein case this can be computed statically. If not provided, access to the.is_discreteattribute will raise a NotImplementedError.event_dim (int) – Optional value of
.event_dimin case this can be computed statically. If not provided, access to the.event_dimattribute will raise a NotImplementedError.