LION/third_party/torchdiffeq/torchdiffeq/__init__.py
2023-01-23 00:14:49 -05:00

5 lines
114 B
Python

from ._impl import odeint
from ._impl import odeint_adjoint
from ._impl import odeint_event
__version__ = "0.2.2"