mirror of
https://github.com/apache/nuttx-apps.git
synced 2025-07-04 11:04:13 +08:00

The complete implementation is placed separately in mLearning/tflite-micro/operators/neon, delete this part. Signed-off-by: xinhaiteng <xinhaiteng@xiaomi.com>
33 lines
805 B
Diff
33 lines
805 B
Diff
From e6049c8ddd7e36db4993e3c6d8b4e5a7114db2c5 Mon Sep 17 00:00:00 2001
|
|
From: renzhiyuan1 <renzhiyuan1@xiaomi.com>
|
|
Date: Mon, 4 Dec 2023 12:30:20 +0800
|
|
Subject: [PATCH] Patch files in tflite-micro
|
|
|
|
VELAPLATFO-20049
|
|
|
|
Patch files in tflite-micro
|
|
|
|
Change-Id: Ic683fe4f12221d214ca77515c7b9487bb76a923f
|
|
Signed-off-by: renzhiyuan1 <renzhiyuan1@xiaomi.com>
|
|
---
|
|
signal/src/circular_buffer.cc | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/signal/src/circular_buffer.cc b/signal/src/circular_buffer.cc
|
|
index 7638d912e..3261be56c 100644
|
|
--- a/signal/src/circular_buffer.cc
|
|
+++ b/signal/src/circular_buffer.cc
|
|
@@ -19,7 +19,9 @@ limitations under the License.
|
|
#include <stdlib.h>
|
|
#include <string.h>
|
|
|
|
+#ifndef ASSERT
|
|
#define ASSERT assert
|
|
+#endif
|
|
|
|
namespace tflite {
|
|
namespace tflm_signal {
|
|
--
|
|
2.25.1
|
|
|