diff --git a/norch/nn/__init__.py b/norch/nn/__init__.py index 560eef8..c131ea4 100644 --- a/norch/nn/__init__.py +++ b/norch/nn/__init__.py @@ -2,4 +2,4 @@ from .modules import * from .activation import * from .loss import * from .functional import * -from .distributed import * \ No newline at end of file +from .parallel import * \ No newline at end of file diff --git a/norch/nn/distributed.py b/norch/nn/parallel.py similarity index 100% rename from norch/nn/distributed.py rename to norch/nn/parallel.py