summaryrefslogtreecommitdiff
path: root/compiler/moco-tf/src/Op/COpCall.h
diff options
context:
space:
mode:
authorChunseok Lee <chunseok.lee@samsung.com>2020-10-29 13:12:50 +0900
committerChunseok Lee <chunseok.lee@samsung.com>2020-10-29 13:12:50 +0900
commitd6b371e095d737922187a518b8faba1ef6f3a2b1 (patch)
tree9d90c09c887b5111389dbedf924f59206411cd5a /compiler/moco-tf/src/Op/COpCall.h
parentc55f8a6db48cda9d3a78048338b7f18c4cca62b8 (diff)
downloadnnfw-d6b371e095d737922187a518b8faba1ef6f3a2b1.tar.gz
nnfw-d6b371e095d737922187a518b8faba1ef6f3a2b1.tar.bz2
nnfw-d6b371e095d737922187a518b8faba1ef6f3a2b1.zip
Imported Upstream version 0.4upstream/0.4
Diffstat (limited to 'compiler/moco-tf/src/Op/COpCall.h')
-rw-r--r--compiler/moco-tf/src/Op/COpCall.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/compiler/moco-tf/src/Op/COpCall.h b/compiler/moco-tf/src/Op/COpCall.h
index 0bb8a93c9..ea81d3a98 100644
--- a/compiler/moco-tf/src/Op/COpCall.h
+++ b/compiler/moco-tf/src/Op/COpCall.h
@@ -17,9 +17,12 @@
#ifndef __OP_COP_CALL_H__
#define __OP_COP_CALL_H__
+#include "GraphBuilder.h"
+#include "GraphBuilderContext.h"
+
#include <moco/tf/Frontend.h>
-#include <moco/Import/GraphBuilder.h>
+#include <tensorflow/core/framework/graph.pb.h>
namespace moco
{