[enco] Introduce SubnetBlockCompiler template (#1213)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 28 Aug 2018 23:52:12 +0000 (08:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 28 Aug 2018 23:52:12 +0000 (08:52 +0900)
commitd028f2daf733bf039fc1810a44d552e42b923ee7
tree91efb8949d63959bd87fd3e612b42ad15bcdeaea
parent75725c95f6e9c1650b6a3db32264eabcb5133b3e
[enco] Introduce SubnetBlockCompiler template (#1213)

This commit introduces SubnetBlockCompiler which will generate the code
that invokes Android NN network inference.

Note that the current implementation simply generates some assert code.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/enco/core/src/CppCode.cpp
contrib/enco/core/src/CppGen/Subnet.cpp
contrib/enco/core/src/CppGen/Subnet.h