blob: f4c8a4b70656facfe9a98768e3f1f66afc6ed260 [file] [log] [blame]
Anton Mobergd1213562021-03-17 15:45:27 +01001/*
Kristofer Jonsson3eaabb42022-02-07 16:39:11 +01002 * Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Anton Mobergd1213562021-03-17 15:45:27 +01003 *
4 * SPDX-License-Identifier: Apache-2.0
5 *
6 * Licensed under the Apache License, Version 2.0 (the License); you may
7 * not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 * www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an AS IS BASIS, WITHOUT
14 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17 */
18
19/******************************************************************************************************************
20 * Model: keyword_spotting_dnn_medium_int8
Davide Grohmann5508acb2022-08-08 17:12:08 +020021 * Source: https://github.com/ARM-software/ML-zoo/tree/22.02/models/keyword_spotting/dnn_medium/tflite_int8
Anton Mobergd1213562021-03-17 15:45:27 +010022 * Hexdump: python3 -c 'import numpy;i=numpy.load("output.npy");i.tofile("output.bin");' && xxd -i output.bin > output.h
23 ******************************************************************************************************************/
24
Kristofer Jonsson3eaabb42022-02-07 16:39:11 +010025unsigned char expectedOutputData[] __attribute__((
26 aligned(16),
Davide Grohmann5508acb2022-08-08 17:12:08 +020027 section("expected_output_data_sec"))) = {0x80, 0x80, 0x80, 0x7f, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80};