Add where module (#4845)
* add broadcast_like module
* add where module, still has bug
* fix where module bug
* fix where module bug
* fix bug and add where module
* fix where module commnet
* code format
* fix where module
* code format
Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- oneflow/python/nn/modules/broadcast_like.py 41 additions, 0 deletionsoneflow/python/nn/modules/broadcast_like.py
- oneflow/python/nn/modules/where.py 119 additions, 0 deletionsoneflow/python/nn/modules/where.py
- oneflow/python/ops/array_ops.py 2 additions, 0 deletionsoneflow/python/ops/array_ops.py
- oneflow/python/test/modules/test_broadcast_like.py 62 additions, 0 deletionsoneflow/python/test/modules/test_broadcast_like.py
- oneflow/python/test/modules/test_where.py 89 additions, 0 deletionsoneflow/python/test/modules/test_where.py
Please register or sign in to comment