From 5508acb0c7803769b9bbda08762b232c13272bd9 Mon Sep 17 00:00:00 2001 From: Davide Grohmann Date: Mon, 8 Aug 2022 17:12:08 +0200 Subject: Generalize test models to be reused Change-Id: I47705cfde2788fa74f8bbcd07100188e4690dbf2 --- .../models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h') diff --git a/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h b/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h index a1b0422..cf9d440 100644 --- a/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h +++ b/applications/baremetal/models/ethos-u55-64/keyword_spotting_cnn_small_int8/output.h @@ -18,9 +18,9 @@ /****************************************************************************************************************** * Model: keyword_spotting_cnn_small_int8 - * Source: https://github.com/ARM-software/ML-zoo/tree/master/models/keyword_spotting/cnn_small/tflite_int8 + * Source: https://github.com/ARM-software/ML-zoo/tree/22.02/models/keyword_spotting/cnn_small/tflite_int8 ******************************************************************************************************************/ unsigned char expectedOutputData[] __attribute__(( aligned(16), - section("expected_output_data_sec"))) = {0x80, 0xba, 0x80, 0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x45}; \ No newline at end of file + section("expected_output_data_sec"))) = {0x80, 0xba, 0x80, 0x81, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x80, 0x45}; -- cgit v1.2.1