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
Remove Primitive from functional.__all__.
tags/v1.1.0
liuxiao93
5 years ago
parent
704e367ada
commit
1ad876cec8
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