aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-02-07 16:39:11 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-02-08 10:52:56 +0100
commit3eaabb4afc684160e3bb8e5034de77353fdc585b (patch)
treed32e0744e351114fdb71e2b0dfcc8c9cf4cbe3ff /applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h
parentb9d7ded1b4e1457d7f6bfa65868a04268e1907ef (diff)
downloadethos-u-core-platform-3eaabb4afc684160e3bb8e5034de77353fdc585b.tar.gz
Updating baremetal models
Change-Id: I18db0d2534882a75307b8af8dc572a91681b81e6
Diffstat (limited to 'applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h')
-rw-r--r--applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h
index 2efd139..8afc228 100644
--- a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h
+++ b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/input.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2021 Arm Limited. All rights reserved.
+ * Copyright (c) 2021-2022 Arm Limited. All rights reserved.
*
* SPDX-License-Identifier: Apache-2.0
*
@@ -22,7 +22,7 @@
* Hexdump: python3 -c 'import numpy;i=numpy.load("input.npy");i.tofile("input.bin");' && xxd -i input.bin > input.h
******************************************************************************************************************/
-unsigned char inputData[490] __attribute__((aligned(16), section("input_data_sec"))) = {
+unsigned char inputData[] __attribute__((aligned(16), section("input_data_sec"))) = {
0xe5, 0x4f, 0x7a, 0xab, 0x06, 0xef, 0x6e, 0xfa, 0x67, 0x82, 0xf3, 0x06, 0x49, 0x79, 0xe2, 0x0e, 0x1d, 0x6e, 0x6f,
0x6f, 0xd2, 0xb5, 0x02, 0xc2, 0x40, 0xb5, 0xf9, 0x31, 0xc8, 0x9c, 0xd8, 0x0c, 0xe3, 0x0f, 0x1c, 0x5a, 0xb5, 0x56,
0x7e, 0x09, 0xd7, 0x13, 0x9b, 0xf6, 0x34, 0xa7, 0x41, 0x91, 0x75, 0x67, 0xa1, 0x17, 0x4a, 0x8a, 0x86, 0x49, 0xe7,