Hi,
I see there are some android builds for android:
https://mvnrepository.com/artifact/org.pytorch/pytorch_android_torchvision/1.9.0
However, while they do ship libtorchvision.so, they do not ship any header.
How can we register the torchvision operators as described here GitHub - pytorch/vision: Datasets, Transforms and Models specific to Computer Vision, without the torchvision header?
Thanks,
Julien