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 69f1eef commit a4b2534Copy full SHA for a4b2534
test/test_tv_tensors.py
@@ -77,6 +77,7 @@ def test_bbox_format(format, is_rotated_expected, scripted):
77
fn = torch.jit.script(fn)
78
assert fn(format) == is_rotated_expected
79
80
+
81
@pytest.mark.parametrize(
82
"format, support_integer_dtype",
83
[
0 commit comments