aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/contrib/lite/examples
diff options
context:
space:
mode:
authorGravatar Billy Lamberta <blamb@google.com>2018-09-20 18:07:08 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-09-20 18:11:16 -0700
commit7d18cafbe79aecb0f5d703270771b9207866d886 (patch)
tree79ea4fe6f0d5916470ad75aec665166c3db14224 /tensorflow/contrib/lite/examples
parent9c81bb7308b0cbec609aa0d9c7a4bed7c4545111 (diff)
Update links to tf lite site.
PiperOrigin-RevId: 213917881
Diffstat (limited to 'tensorflow/contrib/lite/examples')
-rw-r--r--tensorflow/contrib/lite/examples/android/app/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/contrib/lite/examples/android/app/README.md b/tensorflow/contrib/lite/examples/android/app/README.md
index cbdeeac879..dc31171672 100644
--- a/tensorflow/contrib/lite/examples/android/app/README.md
+++ b/tensorflow/contrib/lite/examples/android/app/README.md
@@ -2,7 +2,7 @@
## Building from Source with Bazel
-1. Install [Bazel](https://docs.bazel.build/versions/master/install.html), the Android NDK and SDK. The recommended versions are specified on this [webpage](https://www.tensorflow.org/mobile/tflite/demo_android#build_tensorflow_lite_and_the_demo_app_from_source).
+1. Install [Bazel](https://docs.bazel.build/versions/master/install.html), the Android NDK and SDK. The recommended versions are specified on this [webpage](https://www.tensorflow.org/lite/demo_android).
2. Build this demo app with Bazel. The demo needs C++11. We configure the fat_apk_cpu flag to package support for 4 hardware variants. You may replace it with --config=android_arm64 on a 64-bit device and --config=android_arm for 32-bit device: