aboutsummaryrefslogtreecommitdiff
path: root/src/mlia/devices/ethosu/advice_generation.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/mlia/devices/ethosu/advice_generation.py')
-rw-r--r--src/mlia/devices/ethosu/advice_generation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mlia/devices/ethosu/advice_generation.py b/src/mlia/devices/ethosu/advice_generation.py
index dee1650..8a38d2c 100644
--- a/src/mlia/devices/ethosu/advice_generation.py
+++ b/src/mlia/devices/ethosu/advice_generation.py
@@ -196,7 +196,7 @@ class EthosUStaticAdviceProducer(ContextAwareAdviceProducer):
Advice(
[
"For better performance, make sure that all the operators "
- "of your final TFLite model are supported by the NPU.",
+ "of your final TensorFlow Lite model are supported by the NPU.",
]
+ self.context.action_resolver.operator_compatibility_details()
)