10 lines
No EOL
234 B
Python
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' |