[nnc] Add backend directory (#300)
authorVladimir Plazun/AI Tools Lab/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Mon, 4 Jun 2018 23:06:37 +0000 (03:06 +0400)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 4 Jun 2018 23:06:37 +0000 (08:06 +0900)
This directory is used to store backend plugins sources. (e.g. code emitter, interpreter)

Signed-off-by: Vladimir Plazun <v.plazun@partner.samsung.com>
contrib/nnc/libs/CMakeLists.txt
contrib/nnc/libs/backend/CMakeLists.txt [new file with mode: 0644]
contrib/nnc/libs/backend/interpreter/CMakeLists.txt [new file with mode: 0644]

index a628110..e426f17 100644 (file)
@@ -1,3 +1,4 @@
 add_subdirectory(frontend)
 add_subdirectory(core)
 add_subdirectory(plugin)
+add_subdirectory(backend)
diff --git a/contrib/nnc/libs/backend/CMakeLists.txt b/contrib/nnc/libs/backend/CMakeLists.txt
new file mode 100644 (file)
index 0000000..161a058
--- /dev/null
@@ -0,0 +1 @@
+add_subdirectory(interpreter)
diff --git a/contrib/nnc/libs/backend/interpreter/CMakeLists.txt b/contrib/nnc/libs/backend/interpreter/CMakeLists.txt
new file mode 100644 (file)
index 0000000..e69de29