aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Joyce <brian.joyce@arm.com>2018-11-22 09:58:27 +0000
committerjimfly01 <jim.flynn@arm.com>2018-11-22 17:19:39 +0000
commit2d5290935f783e111577ea85ab52721b6cc65409 (patch)
tree6f0161d2c817bbcf771cc8e54d3c9505b8c0f619
parentd9576f12ca5331ffd24a29827610eabb754c5a62 (diff)
downloadarmnn-2d5290935f783e111577ea85ab52721b6cc65409.tar.gz
IVGCVSW-2135: Update Readme to include links to new ONNX and TensorFlow Lite guides
Change-Id: Ia040a6accb4ae07156b2e1ad0ebef12423f647ed
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ebe113ca06..b90d19fd71 100644
--- a/README.md
+++ b/README.md
@@ -4,11 +4,11 @@ For more information about Arm NN, see: <https://developer.arm.com/products/proc
There is a getting started guide here using TensorFlow: <https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-tensorflow>
-There is a getting started guide here using TensorFlow Lite: [TensorFlow Lite Support](src/armnnTfLiteParser/README.md)
+There is a getting started guide here using TensorFlow Lite: <https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-tensorflow-lite>
There is a getting started guide here using Caffe: <https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-caffe>
-There is a getting started guide here using ONNX: [ONNX Support](src/armnnOnnxParser/README.md)
+There is a getting started guide here using ONNX: <https://developer.arm.com/technologies/machine-learning-on-arm/developer-material/how-to-guides/configuring-the-arm-nn-sdk-build-environment-for-onnx>
There is a guide for backend development: [Backend development guide](src/backends/README.md)