Browse Source

fix(traced_module): add functional pad to __all__

GitOrigin-RevId: a4fdedfb7f
tags/v1.8.0
Megvii Engine Team 3 years ago
parent
commit
fba544881b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      imperative/python/megengine/functional/nn.py

+ 1
- 0
imperative/python/megengine/functional/nn.py View File

@@ -78,6 +78,7 @@ __all__ = [
"max_pool2d",
"one_hot",
"prelu",
"pad",
"relu",
"relu6",
"remap",


Loading…
Cancel
Save