Skip to content

Commit 03128a1

Browse files
committed
fix ci error
1 parent f78e9cd commit 03128a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/relax/test_frontend_dynamo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ def subgraph_1(
223223
) -> R.Tensor((10,), dtype="float32"):
224224
# block 0
225225
with R.dataflow():
226-
lv5: R.Tensor((10,), dtype="float32") = R.multiply(inp_11, inp_01)
226+
lv5: R.Tensor((10,), dtype="float32") = R.multiply(inp_01, inp_11)
227227
gv1: R.Tensor((10,), dtype="float32") = lv5
228228
R.output(gv1)
229229
return gv1

0 commit comments

Comments
 (0)