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", "arccos",
"add", "add",
"arcsin", "arcsin",
"clamp",
"ceil", "ceil",
"cos", "cos",
"divide", "divide",


Loading…
Cancel
Save