Refine module test using auto test by yaochi (#5484)
* startup: add sum testcase * mean, max, min, sum * refine test mul * refine test mul case * refine div, mul, sub test case * refine masked_fill test case Co-authored-by:Xiaoyu Zhang <35585791+BBuf@users.noreply.github.com> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/nn/modules/masked_fill.py 2 additions, 2 deletionsoneflow/python/nn/modules/masked_fill.py
- oneflow/python/nn/modules/math_ops.py 70 additions, 70 deletionsoneflow/python/nn/modules/math_ops.py
- oneflow/python/test/modules/test_div.py 29 additions, 0 deletionsoneflow/python/test/modules/test_div.py
- oneflow/python/test/modules/test_masked_fill.py 40 additions, 81 deletionsoneflow/python/test/modules/test_masked_fill.py
- oneflow/python/test/modules/test_mean.py 8 additions, 0 deletionsoneflow/python/test/modules/test_mean.py
- oneflow/python/test/modules/test_mul.py 29 additions, 0 deletionsoneflow/python/test/modules/test_mul.py
- oneflow/python/test/modules/test_reduce_ops.py 16 additions, 1 deletiononeflow/python/test/modules/test_reduce_ops.py
- oneflow/python/test/modules/test_sub.py 29 additions, 0 deletionsoneflow/python/test/modules/test_sub.py
- oneflow/python/test/modules/test_sum.py 8 additions, 0 deletionsoneflow/python/test/modules/test_sum.py
Please register or sign in to comment