Add autotest part2 (#5467)
* add argmax test * fix ci error * fix docstring warning * fix tensor greater and less bug * fix conflict * add test_flow_xxx_against_pytorch func * add asinh and arcsinh test * add asinh and arcsinh test * add sinh test * add atan2 module test * add softplus test, softplus module has bug * comment softplus * add elu module autotest * refine * auto format by CI Co-authored-by:oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org>
Showing
- oneflow/python/test/modules/automated_test_util.py 5 additions, 1 deletiononeflow/python/test/modules/automated_test_util.py
- oneflow/python/test/modules/test_activation.py 21 additions, 0 deletionsoneflow/python/test/modules/test_activation.py
- oneflow/python/test/modules/test_atan2.py 14 additions, 0 deletionsoneflow/python/test/modules/test_atan2.py
- oneflow/python/test/modules/test_math_ops.py 65 additions, 0 deletionsoneflow/python/test/modules/test_math_ops.py
- oneflow/python/test/modules/test_sinh.py 0 additions, 55 deletionsoneflow/python/test/modules/test_sinh.py
Please register or sign in to comment