-
Notifications
You must be signed in to change notification settings - Fork 621
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
Move tfrecord reader to readers module #2722
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
Signed-off-by: Krzysztof Lecki <[email protected]>
64adb35
to
110ace2
Compare
Signed-off-by: Krzysztof Lecki <[email protected]>
Signed-off-by: Krzysztof Lecki <[email protected]>
!build |
CI MESSAGE: [2108472]: BUILD STARTED |
// Schema for the actual TFRecordReader op exposed | ||
// in Python. It is here for proper docstring generation | ||
DALI_SCHEMA(TFRecordReader) | ||
// Schema for the actual readers.tfrecord op expose in Python. |
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.
// Schema for the actual readers.tfrecord op expose in Python. | |
// Schema for the actual readers.tfrecord op exposed in Python. |
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.
As this is a comment, and the CI appears to be slow, I will fix it in a separate one.
CI MESSAGE: [2108472]: BUILD PASSED |
Why we need this PR?
For completeness with readers module
What happened in this PR?
What solution was applied:
TFRecordReader is special.
Added placeholders/alias schemas in the same fashion as other ops (to facilitate grepping with
readers__
).Reworked the wrapper class to be internal only. Use it to create two proper wrapper classes inserted into appropriate modules and wrapped into corresponding fn api functions.
Affected modules and functionalities:
TFRecord Reader and related tests/notebooks
Key points relevant for the review:
If the doc is rendered and the op is accessible?
Validation and testing:
Documentation (including examples):
Some changes in docs.
JIRA TASK: [Use DALI-XXXX or NA]