PyNorch/tests/__init__.py

3 lines
82 B
Python
Raw Permalink Normal View History

from .test_operations import *
from .test_autograd import *
from .test_nn import *