We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd90156 commit b74e96dCopy full SHA for b74e96d
tests/test_optimizers.py
@@ -1204,6 +1204,7 @@ def test_upsample_all_ones_removed(self):
1204
0)
1205
1206
@check_opset_min_version(9, ">= 9 scales is in input[1]")
1207
+ @check_opset_max_version(9, "Upscale is deprecated in opsets >= 10")
1208
def test_upsample_all_ones_removed_in_input(self):
1209
shape = (1, 1, 32, 32)
1210
const_tensor = helper.make_tensor(
0 commit comments