From 27668f6837c4f0a7197d13baff7bffc11f652fba Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Fri, 4 Nov 2022 16:12:52 +0000 Subject: MLIA-688 Fix --supported-ops-report flag * Add `api.generate_supported_operators_report` that calls a report generator based on given target profile. * Update `--supported-ops-report` cli flag help section and README.md info by specifying that it is currently only supported for Ethos-U. * Add tests for `generate_supported_operators_report` method. * Add stub methods `report` for Cortex-A and Tosa operators.py module that throw a "Not supported" exception. Change-Id: Iaf373fe48299d807e48fd6a0e6c029ce32203f4f --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2495186..c100bdb 100644 --- a/README.md +++ b/README.md @@ -216,7 +216,7 @@ mlia operators --target-profile ethos-u55-256 ~/models/mobilenet_v1_1.0_224_quan * -h/--help: Show the general help document and exit. * --supported-ops-report: Generate the SUPPORTED_OPS.md file in the current working - directory and exit. + directory and exit (Ethos-U target profiles only). ### **Performance** (perf) @@ -272,7 +272,7 @@ mlia performance ~/models/mobilenet_v1_1.0_224_quant.tflite \ * -h/--help: Show the general help document and exit. * --supported-ops-report: Generate the SUPPORTED_OPS.md file in the current - working directory and exit. + working directory and exit (Ethos-U target profiles only). ### **Model optimization** (opt) @@ -334,7 +334,7 @@ mlia optimization \ * -h/--help: Show the general help document and exit. * --supported-ops-report: Generate the SUPPORTED_OPS.md file in the current - working directory and exit. + working directory and exit (Ethos-U target profiles only). ### **All tests** (all) -- cgit v1.2.1