aboutsummaryrefslogtreecommitdiff
path: root/python/pyarmnn/test/test_tflite_parser.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyarmnn/test/test_tflite_parser.py')
-rw-r--r--python/pyarmnn/test/test_tflite_parser.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/pyarmnn/test/test_tflite_parser.py b/python/pyarmnn/test/test_tflite_parser.py
index 8735eef3fb..2764f3f30d 100644
--- a/python/pyarmnn/test/test_tflite_parser.py
+++ b/python/pyarmnn/test/test_tflite_parser.py
@@ -48,6 +48,7 @@ def create_with_opt() :
parserOptions.m_InferAndValidate = True
return ann.ITfLiteParser(parserOptions)
+
def test_tflite_parser_with_optional_options_out_of_scope(shared_data_folder):
parser = create_with_opt()
network = parser.CreateNetworkFromBinaryFile(os.path.join(shared_data_folder, "mock_model.tflite"))