PyNorch/norch/__init__.py
2024-06-05 21:07:07 -03:00

10 lines
No EOL
234 B
Python

from norch.tensor import *
from .nn import *
from .optim import *
from .utils import *
from .norchvision import *
from .utils import *
__version__ = "0.0.7"
__author__ = 'Lucas de Lima Nogueira'
__credits__ = 'Lucas de Lima Nogueira'