summaryrefslogtreecommitdiff
path: root/runtimes/neurun/test
diff options
context:
space:
mode:
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>2018-11-22 13:41:08 +0900
committer오형석/동작제어Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2018-11-22 13:41:08 +0900
commit77a757806bb2ec409e6a68f37e870edcc7234ea7 (patch)
treebd2ca13918b1fced73cb1f124b6df6ea1269549e /runtimes/neurun/test
parent4ed669ae925db0868523f8d3bfc3566f422b34b0 (diff)
downloadnnfw-77a757806bb2ec409e6a68f37e870edcc7234ea7.tar.gz
nnfw-77a757806bb2ec409e6a68f37e870edcc7234ea7.tar.bz2
nnfw-77a757806bb2ec409e6a68f37e870edcc7234ea7.zip
[neurun] Rename operation Node files (#3668)
Rename operation Nodes from `{NodeName}.h` to `{NodeName}Node.h` so they can match with their class names. Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
Diffstat (limited to 'runtimes/neurun/test')
-rw-r--r--runtimes/neurun/test/graph/operation/SetIO.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtimes/neurun/test/graph/operation/SetIO.cc b/runtimes/neurun/test/graph/operation/SetIO.cc
index 2f2289fba..537346103 100644
--- a/runtimes/neurun/test/graph/operation/SetIO.cc
+++ b/runtimes/neurun/test/graph/operation/SetIO.cc
@@ -18,8 +18,8 @@
#include "graph/Graph.h"
#include "nnfw/std/memory.h"
-#include "graph/operation/Conv2D.h"
-#include "graph/operation/Concat.h"
+#include "graph/operation/Conv2DNode.h"
+#include "graph/operation/ConcatNode.h"
#include "graph/operand/Index.h"
#include "graph/operand/IndexSet.h"