From 3eaabb4afc684160e3bb8e5034de77353fdc585b Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Mon, 7 Feb 2022 16:39:11 +0100 Subject: Updating baremetal models Change-Id: I18db0d2534882a75307b8af8dc572a91681b81e6 --- .../ethos-u55-64/keyword_spotting_cnn_small_int8/output.h | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h') 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 -- cgit v1.2.1