aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h
diff options
context:
space:
mode:
Diffstat (limited to 'applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h')
-rw-r--r--applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h b/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h
index 6df059c..a1b0422 100644
--- a/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h
+++ b/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_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
*
@@ -19,10 +19,8 @@
/******************************************************************************************************************
* Model: keyword_spotting_cnn_small_int8
* Source: https://github.com/ARM-software/ML-zoo/tree/master/models/keyword_spotting/cnn_small/tflite_int8
- * Hexdump: python3 -c 'import numpy;i=numpy.load("output.npy");i.tofile("output.bin");' && xxd -i output.bin > output.h
******************************************************************************************************************/
-unsigned char expectedOutputData[48] __attribute__((aligned(16), section("expected_output_data_sec"))) = {
- 0x00, 0x00, 0xbc, 0x3e, 0x00, 0x00, 0x90, 0x3d, 0x00, 0x00, 0x90, 0x3d, 0x00, 0x00, 0x40, 0x3c,
- 0x00, 0x00, 0x80, 0x3b, 0x00, 0x00, 0xb8, 0x3d, 0x00, 0x00, 0x00, 0x3d, 0x00, 0x00, 0x90, 0x3d,
- 0x00, 0x00, 0x80, 0x3b, 0x00, 0x00, 0x80, 0x3b, 0x00, 0x00, 0x90, 0x3d, 0x00, 0x00, 0x4c, 0x3e}; \ No newline at end of file
+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