add reshape_expand_repeat module (#4775)
* add reshape_expand_repeat module
* fix comment
* fix comment
* update docs
* fix comment
* fix comment
* fix comment
* fix bug
* fix bug
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/nn/modules/expand.py 106 additions, 0 deletionsoneflow/python/nn/modules/expand.py
- oneflow/python/nn/modules/repeat.py 101 additions, 0 deletionsoneflow/python/nn/modules/repeat.py
- oneflow/python/nn/modules/reshape.py 90 additions, 0 deletionsoneflow/python/nn/modules/reshape.py
- oneflow/python/test/modules/test_expand.py 114 additions, 0 deletionsoneflow/python/test/modules/test_expand.py
- oneflow/python/test/modules/test_repeat.py 47 additions, 0 deletionsoneflow/python/test/modules/test_repeat.py
- oneflow/python/test/modules/test_reshape.py 47 additions, 0 deletionsoneflow/python/test/modules/test_reshape.py
- oneflow/user/kernels/stateful_local_opkernel.cpp 2 additions, 2 deletionsoneflow/user/kernels/stateful_local_opkernel.cpp
Please register or sign in to comment