[nnc backend] Add nnc interpreter backend plugin (#577)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Wed, 11 Jul 2018 15:24:57 +0000 (18:24 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Wed, 11 Jul 2018 15:24:57 +0000 (00:24 +0900)
commit2d258bd571c25ff3ab70564a742f445ced8f3e13
tree64262457f4477f29a6e752a7bd435021191f7a1e
parenta93c211f2a6fa7c0a5e8e6e6589eaf148b58a47e
[nnc backend] Add nnc interpreter backend plugin (#577)

Add nnc interpreter backend plugin

Adds nnc_interpreter_plugin target
Implements backend plugin interface for nnc
Can be used to interpret previously loaded computation graph

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