This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
Huawei_Technology
/
mindspore
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
13
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
!6822
Remove Primitive from functional.__all__.
Merge pull request
!6822
from liuxiao93/fix-op-list
tags/v1.1.0
mindspore-ci-bot
Gitee
5 years ago
parent
908103264b
1ad876cec8
commit
932dc3c2a3
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
mindspore/ops/functional.py
+ 1
- 0
mindspore/ops/functional.py
View File
@@ -186,3 +186,4 @@ tensor_operator_registry.register('shape', shape)
tensor_operator_registry.register('cast', cast)
__all__ = [name for name in dir() if name[0] != "_"]
__all__.remove('Primitive')
Write
Preview
Loading…
Cancel
Save