How to use torchlib in android?

I know there is a section introducing how to take pytorch in mobile, but it seems using the python version directly. In my case, I need to create an efficient cross-platform app (over windows, and android). So I decided to use torchlib directly. From here, seems currently only windows and linux are supported. Does it mean that I can’t use binary torch library in android?

1 Like