Skip to content
Snippets Groups Projects
Commit 3d690901 authored by auphelia's avatar auphelia
Browse files

[Test] Update test for MoveScalarPastConv, ScalarAdd can be moved two positions

parent c826ef5e
No related branches found
No related tags found
No related merge requests found
......@@ -83,8 +83,8 @@ def test_move_scalar_past_conv(test_args, padding):
assert new_model.graph.node[2].op_type == "Conv"
else:
assert new_model.graph.node[0].op_type == "Conv"
assert new_model.graph.node[1].op_type == scalar_op
assert new_model.graph.node[2].op_type == "Conv"
assert new_model.graph.node[1].op_type == "Conv"
assert new_model.graph.node[2].op_type == scalar_op
else:
assert new_model.graph.node[0].op_type == "Conv"
assert new_model.graph.node[1].op_type == "Conv"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment