Methodforward(ctx, shapes, func, y0, t, rtol, atol, method, options, event_fn, adjoint_rtol, adjoint_atol, adjoint_method,
torchdiffeq/_impl/adjoint.py:11
Functionodeint_adjoint(func, y0, t, *, rtol=1e-7, atol=1e-9, method=None, options=None, event_fn=None,
adjoint_rt
torchdiffeq/_impl/adjoint.py:156
Functionodeint_dense(func, y0, t0, t1, *, rtol=1e-7, atol=1e-9, method=None, options=None)
torchdiffeq/_impl/odeint.py:111
Functionrk4_step_func(func, t0, dt, t1, y0, f0=None, perturb=False)
torchdiffeq/_impl/rk_common.py:99