Skip to content

Commit 4a6125b

Browse files
Merge pull request #1047 from onnx/tom/QueueDequeueUpToV2
Implemented QueueDequeueUpToV2
2 parents 55e6d96 + 2e91bab commit 4a6125b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tf2onnx/onnx_opset/generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def version_8(cls, ctx, node, **kwargs):
197197
ctx.add_graph_input(output_names[1], type_1, shape_1)
198198

199199

200-
@tf_op("QueueDequeueManyV2")
200+
@tf_op("QueueDequeueManyV2", "QueueDequeueUpToV2")
201201
class QueueDequeueManyV2:
202202
@classmethod
203203
def version_8(cls, ctx, node, **kwargs):

0 commit comments

Comments
 (0)