aboutsummaryrefslogtreecommitdiff
path: root/docs/02_tests.dox
diff options
context:
space:
mode:
Diffstat (limited to 'docs/02_tests.dox')
-rw-r--r--docs/02_tests.dox12
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/02_tests.dox b/docs/02_tests.dox
index 02c3c8e504..b636880524 100644
--- a/docs/02_tests.dox
+++ b/docs/02_tests.dox
@@ -1,5 +1,5 @@
///
-/// Copyright (c) 2017-2019 ARM Limited.
+/// Copyright (c) 2017-2020 ARM Limited.
///
/// SPDX-License-Identifier: MIT
///
@@ -50,20 +50,20 @@ information is needed within the test (e.g. to validate the results).
.
`-- tests <- Top level test directory. All files in here are shared among validation and benchmark.
|-- framework <- Underlying test framework.
- |-- CL \
+ |-- CL \
+ |-- GLES_COMPUTE \
|-- NEON -> Backend specific files with helper functions etc.
|-- benchmark <- Top level directory for the benchmarking files.
| |-- fixtures <- Fixtures for benchmark tests.
| |-- CL <- OpenCL backend test cases on a function level.
- | | `-- SYSTEM <- OpenCL system tests, e.g. whole networks
+ | |-- GLES_COMPUTE <- Same of OpenGL ES
| `-- NEON <- Same for NEON
- | `-- SYSTEM
|-- datasets <- Datasets for benchmark and validation tests.
|-- main.cpp <- Main entry point for the tests. Currently shared between validation and benchmarking.
- |-- networks <- Network classes for system level tests.
`-- validation -> Top level directory for validation files.
|-- CPP -> C++ reference code
- |-- CL \
+ |-- CL \
+ |-- GLES_COMPUTE \
|-- NEON -> Backend specific test cases
`-- fixtures -> Fixtures shared among all backends. Used to setup target function and tensors.