aboutsummaryrefslogtreecommitdiff
path: root/applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h
diff options
context:
space:
mode:
authorLedion Daja <ledion.daja@arm.com>2022-12-13 12:51:26 +0100
committerKristofer Jonsson <kristofer.jonsson@arm.com>2022-12-14 13:59:55 +0000
commit928058117714d6d740300b89fdd070cacfe44481 (patch)
tree825ceb503bbf1d6befa7e1241190a37fa08f2676 /applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h
parent18b3d03a3bfa3621c61495728766784a049f2f39 (diff)
downloadethos-u-core-platform-928058117714d6d740300b89fdd070cacfe44481.tar.gz
Change modelName to char array in keyword_spotting models' header files
Change-Id: I06c94d0503f762cf0ad2054c1ef087fefbabe69a
Diffstat (limited to 'applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h')
-rw-r--r--applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h b/applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h
index f1bfb74..e85274f 100644
--- a/applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h
+++ b/applications/baremetal/models/ethos-u65-256/keyword_spotting_ds_cnn_large_clustered_int8/model.h
@@ -28,7 +28,7 @@
const size_t tensorArenaSize = 300000;
-const char *modelName = "keyword_spotting_ds_cnn_large_clustered_int8";
+static const char modelName[] = "keyword_spotting_ds_cnn_large_clustered_int8";
unsigned char networkModelData[] __attribute__((aligned(16), section("network_model_sec"))) = {
0x1c, 0x00, 0x00, 0x00, 0x54, 0x46, 0x4c, 0x33, 0x00, 0x00, 0x12, 0x00, 0x1c, 0x00, 0x18, 0x00, 0x14, 0x00, 0x10,