Tensorflow give a way to run tensorflow graph via XLA,however, it mention nothing about how to run tensorflow graph via XLA using c++ api. Counld someone give me some advise?
Tensorflow give a way to run tensorflow graph via XLA,however, it mention nothing about how to run tensorflow graph via XLA using c++ api. Counld someone give me some advise?
The guide Using AOT compilation might not be very clear in each steps. You can try
bazel build tensorflow/compiler/aot/tests:tfcompile_test
bazel-bin/tensorflow/compiler/aot/tests/tfcompile_test
as an example.