↓ 4 callersFunction_check_inputs(func, y0, t, rtol, atol, method, options, event_fn, SOLVERS)
torchdiffeq/_impl/misc.py:200
↓ 2 callersMethod_cubic_hermite_interp(self, t0, y0, f0, t1, y1, f1, t)
torchdiffeq/_impl/solvers.py:166
↓ 2 callersMethod_residual(self, func, K, y, t0, dt, t1)
torchdiffeq/_impl/rk_common.py:468
↓ 1 callersMethod__init__(self, func, y0, step_size=None, grid_constructor=None, interp='linear', perturb=False, max_iters=100, **unuse
torchdiffeq/_impl/rk_common.py:382
↓ 1 callersFunctionget_logger(logpath, filepath, package_files=[], displaying=True, saving=True, debug=False)
examples/odenet_mnist.py:250
↓ 1 callersFunctionmlp(input_dim, hidden_dim, output_dim, hidden_depth, output_mod=None, act=nn.ReLU)
examples/learn_physics.py:167