aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/model.h
diff options
context:
space:
mode:
Diffstat (limited to 'applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/model.h')
-rw-r--r--applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/model.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/model.h b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/model.h
index 90474cf..7474ff1 100644
--- a/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_large_clustered_int8/model.h
+++ b/applications/baremetal/models/ethos-u55-128/keyword_spotting_ds_dnn_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
*
@@ -18,12 +18,14 @@
/*************************************************************************************
* Model: keyword_spotting_ds_dnn_large_clustered_int8
- * Source: https://github.com/ARM-software/ML-zoo/blob/master/MODEL_LIST.md
+ * Source: https://github.com/ARM-software/ML-zoo/blob/22.02/MODEL_LIST.md
* Vela optimisation: vela --accelerator-config ethos-u55-128 ds_dnn_clustered.tflite
* Hexdump: xxd -i ds_dnn_clustered_vela.tflite model.h
************************************************************************************/
-#define TENSOR_ARENA_SIZE 75000
+#include <stddef.h>
+
+const size_t tensorArenaSize = 75000;
const char *modelName = "keyword_spotting_ds_dnn_large_clustered_int8";
@@ -23297,4 +23299,4 @@ unsigned char networkModelData[442112] __attribute__((aligned(16), section("netw
0x70, 0x74, 0x69, 0x6d, 0x69, 0x73, 0x65, 0x64, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x0c,
0x00, 0x10, 0x00, 0x0f, 0x00, 0x04, 0x00, 0x00, 0x00, 0x08, 0x00, 0x0c, 0x00, 0x00, 0x00, 0x0c, 0x00, 0x00, 0x00,
0x20, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x20, 0x07, 0x00, 0x00, 0x00, 0x65, 0x74, 0x68, 0x6f, 0x73, 0x2d, 0x75,
- 0x00}; \ No newline at end of file
+ 0x00};