summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorIsabella Gottardi <isabella.gottardi@arm.com>2021-10-15 10:17:33 +0100
committerIsabella Gottardi <isabella.gottardi@arm.com>2021-10-15 10:33:19 +0100
commit5cbcd9e2c85485db1fe8cf7b2445550e9dc36800 (patch)
treed42ed9864743202c36f90e9b7c5f5777e75d0a0f /scripts
parent118f73e0396fe66ee5cc3c0daec0882c7160a7cb (diff)
downloadml-embedded-evaluation-kit-5cbcd9e2c85485db1fe8cf7b2445550e9dc36800.tar.gz
MLECO-2423: [Fix] Case insensitive name clash
* Fixed vww usage warnings (imageData in RunInferene and _GetImageIdx function) Change-Id: I2c37e4e4cc8c8eca841690f2df8d525ed516ecc8
Diffstat (limited to 'scripts')
-rw-r--r--scripts/py/gen_test_data_cpp.py2
-rw-r--r--scripts/py/templates/iofmdata.cc.template (renamed from scripts/py/templates/testdata.cc.template)0
2 files changed, 1 insertions, 1 deletions
diff --git a/scripts/py/gen_test_data_cpp.py b/scripts/py/gen_test_data_cpp.py
index ea4bd6f..a58f415 100644
--- a/scripts/py/gen_test_data_cpp.py
+++ b/scripts/py/gen_test_data_cpp.py
@@ -85,7 +85,7 @@ def write_individual_cc_file(filename, cc_filename, header_filename, header_temp
hex_line_generator = (', '.join(map(hex, sub_arr))
for sub_arr in np.array_split(fm_data, math.ceil(len(fm_data) / 20)))
- env.get_template('testdata.cc.template').stream(common_template_header=hdr,
+ env.get_template('iofmdata.cc.template').stream(common_template_header=hdr,
include_h=header_filename,
var_name=array_name,
fm_data=hex_line_generator,
diff --git a/scripts/py/templates/testdata.cc.template b/scripts/py/templates/iofmdata.cc.template
index e3c1dc6..e3c1dc6 100644
--- a/scripts/py/templates/testdata.cc.template
+++ b/scripts/py/templates/iofmdata.cc.template