Skip to content

Commit 2e91bab

Browse files
Implemented QueueDequeueUpToV2
1 parent 55e6d96 commit 2e91bab

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)