update the instruction for minimum AOT on Android
It's no longer in third-party/. Some compilation and inking flages need to be updated.
This commit is contained in:
parent
7658fdbb90
commit
c007ee2c1f
@ -523,8 +523,12 @@ cuda_py_test(
|
||||
# --dump_graph_dir, and the config file was written by hand.
|
||||
#
|
||||
# Run the following to build a minimal benchmark of the computation on Android:
|
||||
# $ bazel build -c opt --config=android_arm \
|
||||
# third_party/tensorflow/compiler/tests:lstm_layer_inference_benchmark
|
||||
# $ bazel build -c opt --cxxopt='-std=c++11' --linkopt='-lm' \
|
||||
# --cpu=armeabi-v7a \
|
||||
# --host_crosstool_top=@bazel_tools//tools/cpp:toolchain \
|
||||
# --crosstool_top=//external:android/crosstool \
|
||||
# //tensorflow/compiler/tests:lstm_layer_inference_benchmark
|
||||
|
||||
#
|
||||
# Currently the resulting binary size is ~190KB
|
||||
tf_library(
|
||||
|
Loading…
Reference in New Issue
Block a user