aboutsummaryrefslogtreecommitdiff
path: root/tests/test_devices_ethosu_advice_generation.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_devices_ethosu_advice_generation.py')
-rw-r--r--tests/test_devices_ethosu_advice_generation.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test_devices_ethosu_advice_generation.py b/tests/test_devices_ethosu_advice_generation.py
index 5a49089..21a3667 100644
--- a/tests/test_devices_ethosu_advice_generation.py
+++ b/tests/test_devices_ethosu_advice_generation.py
@@ -444,7 +444,7 @@ def test_ethosu_advice_producer(
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.",
]
)
],
@@ -456,7 +456,7 @@ def test_ethosu_advice_producer(
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.",
"For more details, run: mlia operators --help",
]
)