aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/output.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/output.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/output.h')
-rw-r--r--applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/output.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/output.h b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/output.h
index 1acb072..71767da 100644
--- a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/output.h
+++ b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/output.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,6 +22,6 @@
* Hexdump: python3 -c 'import numpy;i=numpy.load("output.npy");i.tofile("output.bin");' && xxd -i output.bin > output.h
******************************************************************************************************************/
-unsigned char expectedOutputData[12] __attribute__((
+unsigned char expectedOutputData[] __attribute__((
aligned(16),
section("expected_output_data_sec"))) = {0x80, 0x7f, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80}; \ No newline at end of file