From 4fa21325ec498adbf467876c2413c054d0e85c5b Mon Sep 17 00:00:00 2001 From: Raul Farkas Date: Wed, 12 Oct 2022 10:48:35 +0100 Subject: MLIA-409 Create new Cortex-A device skeleton * Add Cortex-A device skeleton * Add unit tests for the Cortex-A device skeleton * Update profiles.json by adding the new "cortex-a" profile * Add new cortex-a factory to the get_advisor method in api.py * Disable performance and optimization commands for the cortex-a profile. * Update trademarks section in README.md * Update pyproject.toml to not run similarity check in imports Change-Id: I2e228aaada1e2d3c5cc329d70572b51962ff517f --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7ceefb3..a8b800e 100644 --- a/README.md +++ b/README.md @@ -405,7 +405,7 @@ ML Inference Advisor is licensed under [Apache License 2.0](LICENSE.txt). ## Trademarks and copyrights -* Arm®, Ethos™-U, Cortex®-M, Corstone™ are registered trademarks or +* Arm®, Ethos™-U, Cortex®-A, Cortex®-M, Corstone™ are registered trademarks or trademarks of Arm® Limited (or its subsidiaries) in the U.S. and/or elsewhere. * TensorFlow™ is a trademark of Google® LLC. -- cgit v1.2.1