PyNorch/norch/__init__.py

10 lines
234 B
Python
Raw Permalink Normal View History

2024-05-24 18:19:39 -03:00
from norch.tensor import *
from .nn import *
2024-05-11 01:45:59 -03:00
from .optim import *
from .utils import *
from .norchvision import *
2024-05-25 10:53:09 -03:00
from .utils import *
2024-05-11 01:45:59 -03:00
2024-06-05 21:07:07 -03:00
__version__ = "0.0.7"
2024-05-11 01:45:59 -03:00
__author__ = 'Lucas de Lima Nogueira'
__credits__ = 'Lucas de Lima Nogueira'