torch.distributions.transforms
Transform
- log_abs_det_jacobian - Compute log absolute value of the Jacobian determinant.
- forward_shape - Infer the shape of the forward computation.
- inverse_shape - Infer the shape of the inverse computation.
- andThen - Compose this transform with another.
- toString - String representation for debugging.
Types
- AffineTransformOptions - Options for AffineTransform.
- PowerTransformOptions - Options for PowerTransform.
- TransformOptions - Options for Transform.
- ComposeTransformOptions - Options for ComposeTransform.