Skip to content

Commit fc13a64

Browse files
committed
issue/507: add infinicore.nn.Module referencing torch.nn.Module and test case
1 parent 2c168b6 commit fc13a64

File tree

4 files changed

+865
-0
lines changed

4 files changed

+865
-0
lines changed

python/infinicore/nn/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .modules import *
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
from .module import InfiniCoreModule as Module

0 commit comments

Comments
 (0)