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

support QueueDequeueManyV2 #968

Merged
merged 3 commits into from Jun 9, 2020
Merged

Conversation

RandySheriffH
Copy link
Collaborator

@RandySheriffH RandySheriffH commented Jun 9, 2020

Support QueueDequeueManyV2 to fix issue #960

dtypes = node.output_dtypes
ctx.remove_node(node.name)
for i, output in enumerate(outputs):
ctx.add_graph_input(output, dtypes[i], shapes[i])
Copy link
Contributor

Choose a reason for hiding this comment

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

The TF version in CI is probably too new to test this -- probably cannot add a UT that will run I'm guessing.

@RandySheriffH RandySheriffH merged commit 9c8e9e1 into master Jun 9, 2020
@guschmue guschmue deleted the rashuai/QueueDequeueManyV2 branch August 25, 2020 01:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants