aboutsummaryrefslogtreecommitdiff
path: root/applications
diff options
context:
space:
mode:
authorKristofer Jonsson <kristofer.jonsson@arm.com>2022-01-14 16:38:17 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-01-21 10:57:37 +0100
commit6e9fdc0565ff07fce1fb5efc18bb7d5dbe3da489 (patch)
tree7fbe3c12b6227292f6c3890cd235a3b116a03703 /applications
parentf7edeb7fcbb6fcb67c2711db16386c03d6f29d9d (diff)
downloadethos-u-core-platform-6e9fdc0565ff07fce1fb5efc18bb7d5dbe3da489.tar.gz
Adding Corstone-Polaris target
Corstone-Polaris is the upcoming Corstone-3xx platform featuring the Cortex-Olympus CPU. Change-Id: I17b56b6e94f040e7f9a39dddad2e98309c82b294
Diffstat (limited to 'applications')
-rw-r--r--applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_cnn_large_clustered_int8/model.h4
1 files changed, 3 insertions, 1 deletions
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"))) = {