Skip to content

Commit

Permalink
Merge pull request onnx#1047 from onnx/tom/QueueDequeueUpToV2
Browse files Browse the repository at this point in the history
Implemented QueueDequeueUpToV2
  • Loading branch information
TomWildenhain-Microsoft committed Aug 7, 2020
2 parents 55e6d96 + 2e91bab commit 4a6125b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tf2onnx/onnx_opset/generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ def version_8(cls, ctx, node, **kwargs):
ctx.add_graph_input(output_names[1], type_1, shape_1)


@tf_op("QueueDequeueManyV2")
@tf_op("QueueDequeueManyV2", "QueueDequeueUpToV2")
class QueueDequeueManyV2:
@classmethod
def version_8(cls, ctx, node, **kwargs):
Expand Down

0 comments on commit 4a6125b

Please sign in to comment.