summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
authoralexander <alexander.efremov@arm.com>2021-05-24 18:56:32 +0100
committerKshitij Sisodia <kshitij.sisodia@arm.com>2021-05-25 15:53:28 +0100
commit3ef1fd4880d76f62ee25c8a6f2afaa3f869498c1 (patch)
tree15ae35f1c7fcdf15e8063c1a9d57a969e8dc74e1 /docs/documentation.md
parent3c8256df7de49a4fb64cdbcdea46ff471ff5f846 (diff)
downloadml-embedded-evaluation-kit-3ef1fd4880d76f62ee25c8a6f2afaa3f869498c1.tar.gz
MLECO-1944: Minor documentation clean-up done and script to download TPIP added21.05-rc1
Signed-off-by: alexander <alexander.efremov@arm.com> Change-Id: Id4a9b220ce753a5ecf3483e86d837c1814dc7fb9
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md17
1 files changed, 14 insertions, 3 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 7f8fbf9..d08e313 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -68,6 +68,9 @@ The repository has the following structure:
.
├── dependencies
├── docs
+├── model_conditioning_examples
+├── resources
+├── /resources_downloaded/
├── scripts
│ └── ...
├── source
@@ -77,9 +80,9 @@ The repository has the following structure:
│ │ └── tensorflow-lite-micro
│ └── use_case
│ └── <usecase_name>
-│   ├── include
-│   ├── src
-│   └── usecase.cmake
+│ ├── include
+│ ├── src
+│ └── usecase.cmake
├── tests
│ └── ...
└── CMakeLists.txt
@@ -91,6 +94,14 @@ Where:
- `docs`: contains the documentation for this ML applications.
+- `model_conditioning_examples`: contains short example scripts that demonstrate some methods available in TensorFlow
+ to condition your model in preparation for deployment on Arm Ethos NPU.
+
+- `resources`: contains ML use cases applications resources such as input data, label files, etc.
+
+- `resources_downloaded`: created by `set_up_default_resources.py`, contains downloaded resources for ML use cases
+ applications such as models, test data, etc.
+
- `scripts`: contains build related and source generation scripts.
- `source`: contains C/C++ sources for the platform and ML applications.