Cross Compiling Tensorflow 2.0 (general)

I am trying to cross-compile the general TensorFlow-2 for my AGX board, but could not find a similar build_aarch64_lib.sh (according to TensorFlow 2.0 cross-compilation for TX2 - #4 by AastaLLL) file for the general version in the source code. Could anyone elaborate on how to cross-compile the general TensorFlow-2?

Hi,

Please check the file here:

Thanks.

Hi,
Thank you for the reply, This file cross-compiles the tensorflow lite, my question was to cross-compile the general version. The general version uses bazel instead of make for its compile. Is there a way to cross compile the general tensorflow?
Thanks!

Hi,

You can check this with TensorFlow team to see if they support cross-compiling with bazel here:

Thanks.