Dev merge modules part3 (#4800)
* add dropout module
* update identity module and test case
* add std module
* add layernorm module
* format
* refine according to comments
* add sqrt square module
* update
* restructure d ro pdropout module
* format
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/nn/modules/dropout.py 121 additions, 0 deletionsoneflow/python/nn/modules/dropout.py
- oneflow/python/nn/modules/linear.py 5 additions, 1 deletiononeflow/python/nn/modules/linear.py
- oneflow/python/nn/modules/math_ops.py 158 additions, 0 deletionsoneflow/python/nn/modules/math_ops.py
- oneflow/python/nn/modules/normalization.py 165 additions, 0 deletionsoneflow/python/nn/modules/normalization.py
- oneflow/python/test/modules/test_dropout.py 70 additions, 0 deletionsoneflow/python/test/modules/test_dropout.py
- oneflow/python/test/modules/test_linear.py 12 additions, 0 deletionsoneflow/python/test/modules/test_linear.py
- oneflow/python/test/modules/test_math_ops.py 97 additions, 16 deletionsoneflow/python/test/modules/test_math_ops.py
- oneflow/python/test/modules/test_normalization.py 126 additions, 0 deletionsoneflow/python/test/modules/test_normalization.py
Please register or sign in to comment