add pixel_shuffle module (#5135)
* add pixel_shuffle module
* add pixel_shuffle testcase
* simplify implement
* simplify implement
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- docs/source/experimental.rst 1 addition, 0 deletionsdocs/source/experimental.rst
- oneflow/python/nn/modules/pixel_shuffle.py 115 additions, 0 deletionsoneflow/python/nn/modules/pixel_shuffle.py
- oneflow/python/ops/nn_ops.py 1 addition, 0 deletionsoneflow/python/ops/nn_ops.py
- oneflow/python/test/modules/test_pixel_shuffle.py 91 additions, 0 deletionsoneflow/python/test/modules/test_pixel_shuffle.py
oneflow/python/nn/modules/pixel_shuffle.py
0 → 100644
Please register or sign in to comment