-
Notifications
You must be signed in to change notification settings - Fork 7.1k
Log io usage #5038
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Log io usage #5038
Conversation
💊 CI failures summary and remediationsAs of commit 62f4507 (more details on the Dr. CI page): 💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
I opened an issue(#5052) to get consensus around logging policy and event format. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Hey @kazhang! You merged this PR, but no labels were added. The list of valid labels is available at https://github.com/pytorch/vision/blob/main/.github/process_commit.py |
Summary: * add api usage log for io * cover VideoReader * cover c++ APIs * add api usage log for io * cover VideoReader * cover c++ APIs * add _cpp suffix to c++ APIs * use new API and change cpp format * remove _cpp suffix * adopt new API * lint Reviewed By: prabhat00155 Differential Revision: D33253468 fbshipit-source-id: deef97d8cc430406e352e88761e2bc680e7c38da
Log IO api usages.
Partially-close: #4955
Partially-close: #5052