Add in_top_k function (#5428)
* Add in_top_k function * auto format by CI * fix bug * Update oneflow/python/ops/math_ops.py Co-authored-by:Yao Chi <later@usopp.net> Co-authored-by:
oneflow-ci-bot <ci-bot@oneflow.org> Co-authored-by:
Yao Chi <later@usopp.net> Co-authored-by:
oneflow-ci-bot <69100618+oneflow-ci-bot@users.noreply.github.com>
Showing
- docs/source/experimental.rst 2 additions, 0 deletionsdocs/source/experimental.rst
- oneflow/python/nn/modules/in_top_k.py 100 additions, 0 deletionsoneflow/python/nn/modules/in_top_k.py
- oneflow/python/ops/math_ops.py 1 addition, 0 deletionsoneflow/python/ops/math_ops.py
- oneflow/python/test/modules/test_in_top_k.py 117 additions, 0 deletionsoneflow/python/test/modules/test_in_top_k.py
oneflow/python/nn/modules/in_top_k.py
0 → 100644
oneflow/python/test/modules/test_in_top_k.py
0 → 100644
Please register or sign in to comment