From 6e9fdc0565ff07fce1fb5efc18bb7d5dbe3da489 Mon Sep 17 00:00:00 2001 From: Kristofer Jonsson Date: Fri, 14 Jan 2022 16:38:17 +0100 Subject: Adding Corstone-Polaris target Corstone-Polaris is the upcoming Corstone-3xx platform featuring the Cortex-Olympus CPU. Change-Id: I17b56b6e94f040e7f9a39dddad2e98309c82b294 --- .../keyword_spotting_ds_cnn_large_clustered_int8/model.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'applications/baremetal/models') diff --git a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_cnn_large_clustered_int8/model.h b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_cnn_large_clustered_int8/model.h index fc68d4f..db8e8d1 100644 --- a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_cnn_large_clustered_int8/model.h +++ b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_cnn_large_clustered_int8/model.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 * @@ -24,6 +24,8 @@ * Hexdump: xxd -i ds_cnn_clustered_vela.tflite model.h ******************************************************************************************************************/ +#define TENSOR_ARENA_SIZE 150000 + const char *modelName = "keyword_spotting_ds_cnn_large_clustered_int8"; unsigned char networkModelData[] __attribute__((aligned(16), section("network_model_sec"))) = { -- cgit v1.2.1