Add argmax and argmin ops (#2371)

* Revert update on top_k_op

* Add axis to top_k_op

* Remove do { ... } while (false)

* Revert top_k op to upstream

* Add argmin and argmax ops

Add argmin and argmax ops

* Revert top_k_test to upstream

* Add argmin and argmax ops

Add argmin and argmax ops
5 files changed
tree: ad89af1605b157c8ba5689dc01d6530e6b1ed7dd
  1. .github/
  2. .jenkins/
  3. .travis/
  4. binaries/
  5. caffe/
  6. caffe2/
  7. cmake/
  8. conda/
  9. docker/
  10. docs/
  11. modules/
  12. scripts/
  13. third_party/
  14. .gitattributes
  15. .gitignore
  16. .gitmodules
  17. .travis.yml
  18. appveyor.yml
  19. CMakeLists.txt
  20. LICENSE
  21. Makefile
  22. NOTICE
  23. README.md
  24. release-notes.md
  25. setup.py
  26. VERSION_NUMBER
README.md

Caffe2

License Jenkins Build Status Appveyor Build Status

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use Github issues (https://github.com/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Please participate in our survey (https://www.surveymonkey.com/r/caffe2). We will send you information about new releases and special developer events/webinars.

License

Caffe2 is released under the Apache 2.0 license. See the NOTICE file for details.

Further Resources on Caffe2.ai