summaryrefslogtreecommitdiff
path: root/runtimes/include/nnfw.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtimes/include/nnfw.h')
-rw-r--r--runtimes/include/nnfw.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtimes/include/nnfw.h b/runtimes/include/nnfw.h
index 320b7b12f..456781e70 100644
--- a/runtimes/include/nnfw.h
+++ b/runtimes/include/nnfw.h
@@ -25,6 +25,7 @@ extern "C" {
#endif
typedef struct nnfw_session nnfw_session;
+typedef struct nnfw_tensorinfo nnfw_tensorinfo;
typedef enum {
NNFW_TYPE_TENSOR_FLOAT32 = 0,