From c095de19e7f8a7e5277d9dd2ceab12c69112e352 Mon Sep 17 00:00:00 2001 From: Dmitrii Agibov Date: Thu, 21 Jul 2022 15:39:51 +0100 Subject: MLIA-548 Enable installation of the TOSA checker Change-Id: I364527fd2d7990d37c6754907dd3609916e0a31c --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index ac971f8..292c8b0 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,15 @@ Corstone™-310 is available as Arm® Virtual Hardware (AVH). * Please use the examples of MLIA using Corstone™-310 here to get started: +### Using TOSA checker + +TOSA compatibility checker is available in MLIA as an external dependency. +Please, install it into the same environment as MLIA using next command: + +```bash +pip install mlia[tosa] +``` + ## Usage After the initial setup, you can start the program by opening your terminal and @@ -124,7 +133,7 @@ mlia [command] --help ``` Most commands accept the name of the target profile as input parameter. -There are a number of predefined profiles with following attributes: +There are a number of predefined profiles for Ethos™-U with following attributes: ``` +--------------------------------------------------------------------+ @@ -138,6 +147,8 @@ There are a number of predefined profiles with following attributes: +--------------------------------------------------------------------+ ``` +Target profile "tosa" could be used for TOSA compatibility checks. + ### **Operators** (ops) #### *Description* @@ -166,6 +177,7 @@ mlia operators --target-profile ethos-u55-256 ~/models/mobilenet_v1_1.0_224_quan * ethos-u55-256 * ethos-u55-128 * ethos-u65-512 + * tosa ##### Output options @@ -318,6 +330,7 @@ mlia all_tests --output ./report.json ~/models/ds_cnn_l.h5 * ethos-u55-256 * ethos-u55-128 * ethos-u65-512 + * tosa ##### Output options -- cgit v1.2.1