aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u65-512/keyword_spotting_ds_cnn_large_clustered_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-u65-512/keyword_spotting_ds_cnn_large_clustered_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-u65-512/keyword_spotting_ds_cnn_large_clustered_int8/output.h')
-rw-r--r--applications/baremetal/models/ethos-u65-512/keyword_spotting_ds_cnn_large_clustered_int8/output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/baremetal/models/ethos-u65-512/keyword_spotting_ds_cnn_large_clustered_int8/output.h b/applications/baremetal/models/ethos-u65-512/keyword_spotting_ds_cnn_large_clustered_int8/output.h
index 4b9689f..44e333d 100644
--- a/applications/baremetal/models/ethos-u65-512/keyword_spotting_ds_cnn_large_clustered_int8/output.h
+++ b/applications/baremetal/models/ethos-u65-512/keyword_spotting_ds_cnn_large_clustered_int8/output.h
@@ -19,10 +19,10 @@
/******************************************************************************************************************
* Model: keyword_spotting_ds_cnn_large_clustered_int8
- * Source: https://github.com/ARM-software/ML-zoo/tree/master/models/keyword_spotting/ds_cnn_large/tflite_clustered_int8
+ * Source: https://github.com/ARM-software/ML-zoo/tree/22.02/models/keyword_spotting/ds_cnn_large/tflite_clustered_int8
* Hexdump: python3 -c 'import numpy;i=numpy.load("output.npy");i.tofile("output.bin");' && xxd -i output.bin > output.h
******************************************************************************************************************/
unsigned char expectedOutputData[] __attribute__((
aligned(16),
- section("expected_output_data_sec"))) = {0x80, 0x3d, 0x80, 0x80, 0x80, 0x80, 0x82, 0x80, 0x80, 0x80, 0x80, 0xc1}; \ No newline at end of file
+ section("expected_output_data_sec"))) = {0x80, 0x3d, 0x80, 0x80, 0x80, 0x80, 0x82, 0x80, 0x80, 0x80, 0x80, 0xc1};