Tensorflow on DRIVE AGX

Is there a pre-built version of tensorflow for DRIVE AGX as well, like here
https://devtalk.nvidia.com/default/topic/1042125/jetson-agx-xavier/official-tensorflow-for-jetson-agx-xavier/

I am facing the same issue as well

I will settle for a document that directs how to build it from source. I am stuck at trying to build bazel for arm v8, all the workarounds I tried, don’t seem to work for v8

Hi,

We don’t have TensorFlow package for DRIVE AGX currently.
The source shared in comment #1 is built with CUDA10.0 and sm=7.2.
Incompatible to CUDA 9.2 and dGPU architecture.

It requires to build it from source to have a package for DRIVE AGX.
We will share some steps and resource in this specified topic:
[url]https://devtalk.nvidia.com/default/topic/1044720/drive-agx/installing-tensorflow-from-source-on-drive-agx/[/url]

Thanks.