summaryrefslogtreecommitdiff
path: root/runtime/libs/tflite/include/tflite/Session.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/libs/tflite/include/tflite/Session.h')
-rw-r--r--runtime/libs/tflite/include/tflite/Session.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/libs/tflite/include/tflite/Session.h b/runtime/libs/tflite/include/tflite/Session.h
index b653acf61..0aa2ce7fb 100644
--- a/runtime/libs/tflite/include/tflite/Session.h
+++ b/runtime/libs/tflite/include/tflite/Session.h
@@ -23,7 +23,7 @@
#ifndef __NNFW_TFLITE_SESSION_H__
#define __NNFW_TFLITE_SESSION_H__
-#include <tensorflow/lite/interpreter.h>
+#include <tensorflow/lite/c/c_api.h>
namespace nnfw
{
@@ -44,7 +44,7 @@ struct Session
* @brief Get the Interpreter object pointer
* @return The Interpreter object pointer
*/
- virtual ::tflite::Interpreter *interp(void) = 0;
+ virtual TfLiteInterpreter *interp(void) = 0;
/**
* @brief Prepare the session