This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
Repositories
Datasets
Forum
实训
竞赛
大数据
应用
Register
Sign In
OpenI
/
MegEngine
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
31
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
fix(mge/functional): do not del anything
GitOrigin-RevId:
006c3a34ac
release-1.1
Megvii Engine Team
4 years ago
parent
92b12685db
commit
8acc3acf70
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
imperative/python/megengine/functional/__init__.py
+ 1
- 1
imperative/python/megengine/functional/__init__.py
View File
@@ -17,4 +17,4 @@ from . import distributed # isort:skip
# delete namespace
# pylint: disable=undefined-variable
del elemwise, math, tensor, utils # type: ignore[name-defined]
#
del elemwise, math, tensor, utils # type: ignore[name-defined]
Write
Preview
Loading…
Cancel
Save