Add IRNode class (#256)
authorVladimir Plazun/AI Tools Lab/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Tue, 29 May 2018 13:24:26 +0000 (17:24 +0400)
committerSergey Vostokov/AI Tools Lab/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 29 May 2018 13:24:26 +0000 (16:24 +0300)
commit3d85187dd62b30c64ab4e8ac3a03ecb7d90d43b6
treede1950c39270cd53297810cf876b08d7547abce2
parent4d11c196b26d41ffabbd0c79e6aa702142ba5821
Add IRNode class (#256)

Add IRNode class

This class used to represent single operation in computation graph along with its connections

Signed-off-by: Vladimir Plazun <v.plazun@partner.samsung.com>
contrib/nnc/libs/core/include/nnc/core/IR/model/graph/ir_node.h [new file with mode: 0644]
contrib/nnc/libs/core/src/core/IR/model/graph/ir_node.cpp [new file with mode: 0644]
contrib/nnc/libs/core/src/core/IR/model/graph/ir_node.test.cpp [new file with mode: 0644]