From f112ede50530374b48ea2f87c1f0e02262cffc78 Mon Sep 17 00:00:00 2001 From: Georgios Pinitas Date: Fri, 1 Mar 2019 19:11:20 +0000 Subject: COMPMID-2030: Fix minor documentation issues. File organization issues: -graph.h is in wrong place -tests/networks was removed in earlier releases Updated default python version from 2 to 2.7 Change-Id: I74b94c92eb7e7e779935d16fe1eb30a05604fc2d Signed-off-by: Georgios Pinitas Reviewed-on: https://review.mlplatform.org/c/826 Reviewed-by: Isabella Gottardi Tested-by: Arm Jenkins --- docs/00_introduction.dox | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox index 8f74a75403..3094573add 100644 --- a/docs/00_introduction.dox +++ b/docs/00_introduction.dox @@ -73,6 +73,7 @@ You should have the following file organisation: . ├── arm_compute --> All the arm_compute headers + │ ├── graph.h --> Includes all the Graph headers at once. │   ├── core │   │   ├── CL │   │   │   ├── CLKernelLibrary.h --> Manages all the OpenCL kernels compilation and caching, provides accessors for the OpenCL Context. @@ -163,7 +164,6 @@ You should have the following file organisation: │   ├── graph_*.cpp --> Graph examples │   ├── neoncl_*.cpp --> NEON / OpenCL interoperability examples │   └── neon_*.cpp --> NEON examples - ├── graph.h --> Includes all the Graph headers at once. ├── include │   ├── CL │   │ └── Khronos OpenCL C headers and C++ wrapper @@ -208,8 +208,6 @@ You should have the following file organisation: │ │ └── Datasets for all the validation / benchmark tests, layer configurations for various networks, etc. │   ├── framework │ │ └── Boiler plate code for both validation and benchmark test suites (Command line parsers, instruments, output loggers, etc.) - │   ├── networks - │ │ └── Examples of how to instantiate networks. │   └── validation --> Sources for validation │ ├── Validation specific files │   ├── fixtures @@ -1041,7 +1039,7 @@ For Android, the library was successfully built and tested using Google's standa Here is a guide to create your Android standalone toolchains from the NDK - Download the NDK r17b from here: https://developer.android.com/ndk/downloads/index.html -- Make sure you have Python 2 installed on your machine. +- Make sure you have Python 2.7 installed on your machine. - Generate the 32 and/or 64 toolchains by running the following commands: -- cgit v1.2.1