Jetson TX2 and Arm NN SDK

Is the Jetson TX2 compatible with the ArmNN SDK?

Hi,

We don’t have experience with it.
It looks like you can get it to work after installing a backend framework.
[url]https://github.com/ARM-software/armnn[/url]

Here is some backend framework for Jetson TX2 for your reference:

Caffe: https://github.com/jetsonhacks/installCaffeJTX2
TensorFlow: https://devtalk.nvidia.com/default/topic/1038957/jetson-tx2/tensorflow-for-jetson-tx2-/
PyTorch: Install procedure for pyTorch on NVIDIA Jetson TX1/TX2 with JetPack <= 3.2.1. For JetPack 4.2 and Xavier/Nano/TX2, see https://devtalk.nvidia.com/default/topic/1049071/jetson-nano/pytorch-for-jetson-nano/ · GitHub

Thanks.