blob: 44e333d6b623e2eff5af55ead9ca63042a0cd0ec [file] [log] [blame]
Anton Moberg456566d2021-03-17 10:19:26 +01001/*
Kristofer Jonsson3eaabb42022-02-07 16:39:11 +01002 * Copyright (c) 2021-2022 Arm Limited. All rights reserved.
Anton Moberg456566d2021-03-17 10:19:26 +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
Lior Dekel52fddd02021-10-04 19:15:24 +030014 *
Anton Moberg456566d2021-03-17 10:19:26 +010015 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16 * See the License for the specific language governing permissions and
17 * limitations under the License.
18 */
19
20/******************************************************************************************************************
Lior Dekel52fddd02021-10-04 19:15:24 +030021 * Model: keyword_spotting_ds_cnn_large_clustered_int8
Davide Grohmann5508acb2022-08-08 17:12:08 +020022 * Source: https://github.com/ARM-software/ML-zoo/tree/22.02/models/keyword_spotting/ds_cnn_large/tflite_clustered_int8
Anton Moberg456566d2021-03-17 10:19:26 +010023 * Hexdump: python3 -c 'import numpy;i=numpy.load("output.npy");i.tofile("output.bin");' && xxd -i output.bin > output.h
24 ******************************************************************************************************************/
25
Lior Dekel52fddd02021-10-04 19:15:24 +030026unsigned char expectedOutputData[] __attribute__((
27 aligned(16),
Davide Grohmann5508acb2022-08-08 17:12:08 +020028 section("expected_output_data_sec"))) = {0x80, 0x3d, 0x80, 0x80, 0x80, 0x80, 0x82, 0x80, 0x80, 0x80, 0x80, 0xc1};