aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h
diff options
context:
space:
mode:
authorDavide Grohmann <davide.grohmann@arm.com>2022-08-08 17:12:08 +0200
committerDavide Grohmann <davide.grohmann@arm.com>2022-08-17 09:56:14 +0200
commit5508acb0c7803769b9bbda08762b232c13272bd9 (patch)
treecf62375a3d12e59c821318a13abaa510792fff69 /applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h
parent06f954bb6dd56921f1fb38e3e36405e3f1c70ef9 (diff)
downloadethos-u-core-platform-5508acb0c7803769b9bbda08762b232c13272bd9.tar.gz
Generalize test models to be reused
Change-Id: I47705cfde2788fa74f8bbcd07100188e4690dbf2
Diffstat (limited to 'applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h')
-rw-r--r--applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h b/applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h
index a1b0422..cf9d440 100644
--- a/applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h
+++ b/applications/baremetal/models/ethos-u55-32/keyword_spotting_cnn_small_int8/output.h
@@ -18,9 +18,9 @@
/******************************************************************************************************************
* Model: keyword_spotting_cnn_small_int8
- * Source: https://github.com/ARM-software/ML-zoo/tree/master/models/keyword_spotting/cnn_small/tflite_int8
+ * Source: https://github.com/ARM-software/ML-zoo/tree/22.02/models/keyword_spotting/cnn_small/tflite_int8
******************************************************************************************************************/
unsigned char expectedOutputData[] __attribute__((
aligned(16),
- section("expected_output_data_sec"))) = {0x80, 0xba, 0x80, 0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x45}; \ No newline at end of file
+ section("expected_output_data_sec"))) = {0x80, 0xba, 0x80, 0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x45};