Browse Source

fix(mge/functional): add F.clamp to __all__ to fix docs

GitOrigin-RevId: 8857e2316b
release-0.6
Megvii Engine Team 4 years ago
parent
commit
b689b4ce5c
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      python_module/megengine/functional/elemwise.py

+ 1
- 0
python_module/megengine/functional/elemwise.py View File

@@ -19,6 +19,7 @@ __all__ = [
"arccos",
"add",
"arcsin",
"clamp",
"ceil",
"cos",
"divide",


Loading…
Cancel
Save