aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGeorgios Pinitas <georgios.pinitas@arm.com>2019-03-01 19:11:20 +0000
committerManuel Bottini <manuel.bottini@arm.com>2019-03-05 11:18:41 +0000
commitf112ede50530374b48ea2f87c1f0e02262cffc78 (patch)
treefc6c96f78e0392294b00f56e52208b79d6984ea4 /docs
parent6a2b6e835459ee91dbdf86be8dfdec0bc2421a84 (diff)
downloadComputeLibrary-f112ede50530374b48ea2f87c1f0e02262cffc78.tar.gz
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 <georgios.pinitas@arm.com> Reviewed-on: https://review.mlplatform.org/c/826 Reviewed-by: Isabella Gottardi <isabella.gottardi@arm.com> Tested-by: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/00_introduction.dox6
1 files changed, 2 insertions, 4 deletions
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 <a href="https://developer.android.com/ndk/guides/standalone_toolchain.html">create your Android standalone toolchains from the NDK</a>
- 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: