in flowtorch/ops/__init__.py [0:0]
def monotonic_rational_spline(
inputs: torch.Tensor,
widths: torch.Tensor,
heights: torch.Tensor,
derivatives: torch.Tensor,
lambdas: Optional[torch.Tensor] = None,
inverse: bool = False,
bound: float = 3.0,
min_bin_width: float = 1e-3,
min_bin_height: float = 1e-3,
min_derivative: float = 1e-3,
min_lambda: float = 0.025,
eps: float = 1e-6,