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 --- src/mlia/devices/cortexa/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/mlia/devices/cortexa/__init__.py (limited to 'src/mlia/devices/cortexa/__init__.py') diff --git a/src/mlia/devices/cortexa/__init__.py b/src/mlia/devices/cortexa/__init__.py new file mode 100644 index 0000000..3a987e7 --- /dev/null +++ b/src/mlia/devices/cortexa/__init__.py @@ -0,0 +1,3 @@ +# SPDX-FileCopyrightText: Copyright 2022, Arm Limited and/or its affiliates. +# SPDX-License-Identifier: Apache-2.0 +"""Cortex-A devices module.""" -- cgit v1.2.1