Add new autotest (#5588)
* fix upsample nearest bug * fix upsample nearest bug (#5347) Co-authored-by:oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com> * fix upsample bilinear bug * fix export bug * add new_autotest_part1 * add new_autotest_part1 * add squeeze test * add permute test * add hardswish test * add prelu * fix bug Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/nn/modules/squeeze.py 0 additions, 1 deletiononeflow/python/nn/modules/squeeze.py
- oneflow/python/nn/modules/transpose.py 5 additions, 1 deletiononeflow/python/nn/modules/transpose.py
- oneflow/python/test/modules/test_activation.py 8 additions, 2 deletionsoneflow/python/test/modules/test_activation.py
- oneflow/python/test/modules/test_prelu.py 12 additions, 0 deletionsoneflow/python/test/modules/test_prelu.py
- oneflow/python/test/modules/test_reshape.py 8 additions, 11 deletionsoneflow/python/test/modules/test_reshape.py
- oneflow/python/test/modules/test_squeeze.py 5 additions, 18 deletionsoneflow/python/test/modules/test_squeeze.py
- oneflow/python/test/modules/test_transpose.py 8 additions, 0 deletionsoneflow/python/test/modules/test_transpose.py
- oneflow/python/test/modules/test_unsqueeze.py 8 additions, 0 deletionsoneflow/python/test/modules/test_unsqueeze.py
- oneflow/python/test/tensor/test_tensor.py 49 additions, 0 deletionsoneflow/python/test/tensor/test_tensor.py
Please register or sign in to comment