Skip to content

Commit a137e91

Browse files
bingnan.nisophgo-yezx
authored andcommitted
[fix](h_file):make api more friendly
[description ]:NA [root cause]:NA [JIRA ID]:NA [chip project]:NA [side effects]:NA [Affected *.ko/*.so/*.a] :NA Change-Id: I17890bdcf906bb40688084f0d203afbd4148f226 Reviewed-on: https://gerrit-ai.sophgo.vip:8443/145196 Reviewed-by: 俊斐 刘 <junfei.liu@sophgo.com> Reviewed-by: 振兴 叶 <zhenxing.ye@sophgo.com>
1 parent cdb3d47 commit a137e91

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

include/c_apis/tdl_model_def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifndef TDL_MODEL_DEF_H
22
#define TDL_MODEL_DEF_H
3-
#include "tdl_model_list.h"
3+
#include "nn/tdl_model_list.h"
44
#ifdef __cplusplus
55
extern "C" {
66
#endif

sample/c/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ project(sample_c)
66
set(SAMPLE_INCLUDES
77
${MLIR_INCLUDES}
88
${MIDDLEWARE_INCLUDES}
9+
${REPO_DIR}/include
910
${REPO_DIR}/include/framework
1011
${REPO_DIR}/include/components
1112
${REPO_DIR}/include/nn

0 commit comments

Comments
 (0)