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 87df924 commit e96659cCopy full SHA for e96659c
torchvision/transforms/v2/functional/_cvcuda.py
@@ -1,8 +1,9 @@
1
import warnings
2
3
+import cvcuda # type: ignore[import-not-found]
4
+
5
import numpy as np
6
import nvcv # type: ignore[import-not-found]
-import cvcuda # type: ignore[import-not-found]
7
import torch
8
from torchvision.utils import _log_api_usage_once
9
0 commit comments