aboutsummaryrefslogtreecommitdiff
path: root/tests/test_devices_cortexa_advice_generation.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_devices_cortexa_advice_generation.py')
-rw-r--r--tests/test_devices_cortexa_advice_generation.py8
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/test_devices_cortexa_advice_generation.py b/tests/test_devices_cortexa_advice_generation.py
index 4e6d892..fd669d4 100644
--- a/tests/test_devices_cortexa_advice_generation.py
+++ b/tests/test_devices_cortexa_advice_generation.py
@@ -116,20 +116,22 @@ BACKEND_INFO = (
"requires special initialization of TFLiteConverter and "
"TensorFlow Lite run-time.",
"Please refer to the TensorFlow documentation for "
- "more details.",
+ "more details: "
+ "https://www.tensorflow.org/lite/guide/ops_select",
"Note, such models are not supported by "
"the ML Inference Advisor.",
]
),
Advice(
[
- "The following operators appears to be custom and not natively "
+ "The following operators appear to be custom and not natively "
"supported by TensorFlow Lite: custom_op1, custom_op2.",
"Using custom operators in TensorFlow Lite model "
"requires special initialization of TFLiteConverter and "
"TensorFlow Lite run-time.",
"Please refer to the TensorFlow documentation for "
- "more details.",
+ "more details: "
+ "https://www.tensorflow.org/lite/guide/ops_custom",
"Note, such models are not supported by "
"the ML Inference Advisor.",
]