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 b3c2c88 commit a1f5ea4Copy full SHA for a1f5ea4
torchvision/transforms/v2/functional/_utils.py
@@ -10,6 +10,7 @@ def is_simple_tensor(inpt: Any) -> bool:
10
return isinstance(inpt, torch.Tensor) and not isinstance(inpt, datapoints.Datapoint)
11
12
13
+# {dispatcher: {input_type: type_specific_kernel}}
14
_KERNEL_REGISTRY: Dict[Callable, Dict[Type, Callable]] = {}
15
16
0 commit comments