Fix double event record in RNN executor

Summary:
RNN executor uses its own set of events (https://fburl.com/37mows6l) and may
call RunAsync multiple times on the same op.  Disable internal op event for this use case.

Reviewed By: akyrola

Differential Revision: D6258471

fbshipit-source-id: 228f9ca9882cfbac5bc8fba55ddf80bd2b542072
6 files changed
tree: 457a61b9072788ceddaf3decafe0731f3b53ceaf
  1. .travis/
  2. caffe/
  3. caffe2/
  4. cmake/
  5. conda/
  6. docker/
  7. docs/
  8. modules/
  9. scripts/
  10. third_party/
  11. .Doxyfile
  12. .Doxyfile-c
  13. .Doxyfile-python
  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
README.md

Caffe2

License TravisCI 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.

News and Events

Caffe2 research award competition request for proposals

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