lib生成文档结束

This commit is contained in:
QingChuanWS
2020-12-23 20:10:07 +08:00
parent 954de91ef4
commit 78bbdab4ec
34 changed files with 387 additions and 27245 deletions

View File

@@ -36,12 +36,12 @@ inline void InfiniteLoop() {
#else // TF_LITE_MCU_DEBUG_LOG
#include <stdio.h>
#include <cstdio>
#include <cstdlib>
#define DEBUG_LOG(x) \
do { \
printf("%s", (x)); \
fprintf(stderr, "%s", (x)); \
} while (0)
// Report Error for unsupported type by op 'op_name' and returns kTfLiteError.