Skip to content
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

Override zip on AutoGraph #31290

Merged

Conversation

ilhamfp
Copy link
Contributor

@ilhamfp ilhamfp commented Aug 2, 2019

This pull request address what @mdanatg said on #31038 PR about overriding zip on AutoGraph. The current implementation override zip when all of the input was dataset. But when not all of it was a dataset, it will execute the built-in python zip. Is this the correct behaviour?

@tensorflow-bot tensorflow-bot bot added the size:S CL Change Size: Small label Aug 2, 2019
mdanatg
mdanatg previously approved these changes Aug 2, 2019
tensorflow/python/autograph/operators/py_builtins.py Outdated Show resolved Hide resolved
tensorflow/python/autograph/operators/py_builtins.py Outdated Show resolved Hide resolved
@tensorflow-bot tensorflow-bot bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Aug 2, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Aug 2, 2019
Copy link

@mdanatg mdanatg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@tensorflow-bot tensorflow-bot bot added the kokoro:force-run Tests on submitted change label Aug 2, 2019
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Aug 2, 2019
@rthadur rthadur self-assigned this Aug 2, 2019
@rthadur rthadur added this to Assigned Reviewer in PR Queue via automation Aug 2, 2019
@ilhamfp
Copy link
Contributor Author

ilhamfp commented Aug 5, 2019

Hmm, why there's an error happened while migrating the change? Is there anything I needed to fix?

@rthadur rthadur added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Aug 5, 2019
@kkimdev kkimdev changed the title Override zip on AutoGraph Override zip on AutoGraph Aug 6, 2019
@mellanox-github
Copy link

Can one of the admins verify this patch?

tensorflow-copybara pushed a commit that referenced this pull request Aug 20, 2019
@tensorflow-copybara tensorflow-copybara merged commit 4bec4e9 into tensorflow:master Aug 20, 2019
PR Queue automation moved this from Assigned Reviewer to Merged Aug 20, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes ready to pull PR ready for merge process size:S CL Change Size: Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

7 participants