1 /* 2 * Copyright 2022 Arm Limited and/or its affiliates <open-source-office@arm.com> 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 __aligned(4) __attribute__((section("tflm_output"))) uint8_t expectedOutputData[] = { 8 0x80, 0x23, 0x80, 0x80, 0x80, 0x80, 0x80, 0x83, 0x80, 0x80, 0x81, 0xd9 }; 9