Skip to content

Commit 604440d

Browse files
committed
fix opset
1 parent 906ab71 commit 604440d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_unittests/ut_translate_api/test_translate_builder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ def light_api(
6868

6969
def test_zdoc(self):
7070
onx = (
71-
start()
71+
start(opset=19)
7272
.vin("X")
7373
.reshape((-1, 1))
7474
.Transpose(perm=[1, 0])
@@ -89,7 +89,7 @@ def light_api(
8989
op.Identity(Y, outputs=["Y"])
9090
return Y
9191
92-
g = GraphBuilder({'': 21})
92+
g = GraphBuilder({'': 19})
9393
g.make_tensor_input("X", TensorProto.FLOAT, ())
9494
light_api(g.op, "X")
9595
g.make_tensor_output("Y", TensorProto.FLOAT, ())

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy