From e40a7adadd254e29d71af38f69a0a20ff4871eef Mon Sep 17 00:00:00 2001 From: Benjamin Klimczak Date: Tue, 25 Oct 2022 18:12:34 +0100 Subject: MLIA-411 Report Cortex-A operator compatibility Check input model for Arm NN TensorFlow Lite Delegate 22.08 support. Change-Id: I1253c4c0b294c5283e08f0a39561b922ef0f62e6 --- src/mlia/cli/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mlia/cli/main.py') diff --git a/src/mlia/cli/main.py b/src/mlia/cli/main.py index bafe434..d36d2d9 100644 --- a/src/mlia/cli/main.py +++ b/src/mlia/cli/main.py @@ -37,10 +37,11 @@ logger = logging.getLogger(__name__) INFO_MESSAGE = f""" ML Inference Advisor {__version__} -Help the design and optimization of neural network models for efficient inference on a target CPU, GPU and NPU +Help the design and optimization of neural network models for efficient inference on a target CPU and NPU Supported targets: + - Cortex-A - Ethos-U55 - Ethos-U65 - TOSA -- cgit v1.2.1