nnc: Implement AbstractModule class (#268)
authorVitaliy Cherepanov/AI Tools Lab/Engineer/삼성전자 <v.cherepanov@samsung.com>
Fri, 1 Jun 2018 10:27:21 +0000 (13:27 +0300)
committerSergey Vostokov/AI Tools Lab/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Fri, 1 Jun 2018 10:27:21 +0000 (13:27 +0300)
commit55e64c35749b28ac137ceaf956715826ae40c533
tree9f269cb014a55fb95fe8f4dc4d641dcb96057a66
parent2ad44119bfa22d538083ab227ee25e3839feea21
nnc: Implement AbstractModule class (#268)

nnc: implement AbstractModule class

This commit implements base module class.

Signed-off-by: Vitaliy Cherepanov <v.cherepanov@samsung.com>
contrib/nnc/include/module/AbstractModule.h [new file with mode: 0644]
contrib/nnc/src/module/AbstractModule.cpp [new file with mode: 0644]