提交 5f5c00f2 编写于 作者: Q qijun

follow comments

上级 cd77b628
......@@ -8,8 +8,8 @@ import tensor
from tensor import *
import control_flow
from control_flow import *
import utils
from utils import *
import device
from device import *
__all__ = []
__all__ += nn.__all__
......@@ -17,4 +17,4 @@ __all__ += io.__all__
__all__ += tensor.__all__
__all__ += control_flow.__all__
__all__ += ops.__all__
__all__ += utils.__all__
__all__ += device.__all__
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册