blob: cf9d440836f46cbf769270986220cf08c2a00493 [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
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_cnn_small_int8
Davide Grohmann5508acb2022-08-08 17:12:08 +020021 * Source: https://github.com/ARM-software/ML-zoo/tree/22.02/models/keyword_spotting/cnn_small/tflite_int8
Anton Moberg456566d2021-03-17 10:19:26 +010022 ******************************************************************************************************************/
23
Kristofer Jonsson3eaabb42022-02-07 16:39:11 +010024unsigned char expectedOutputData[] __attribute__((
25 aligned(16),
Davide Grohmann5508acb2022-08-08 17:12:08 +020026 section("expected_output_data_sec"))) = {0x80, 0xba, 0x80, 0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x45};