Add FullyConnected layer desсription class (#285)
authorVladimir Plazun/AI Tools Lab/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Fri, 1 Jun 2018 14:24:07 +0000 (18:24 +0400)
committerSergey Vostokov/AI Tools Lab/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Fri, 1 Jun 2018 14:24:07 +0000 (17:24 +0300)
commit2f2c7890d98221dbbdb4567fa5c4de4788182d14
treeab1a86385dfc22723266cc059c3694d84a366d28
parent4f854aec744e8f5b2fc64c1bb1aacf7d70941a5a
Add FullyConnected layer desсription class (#285)

Add FullyConnected layer desсription class

This class is used to represent a fully connected layer in computation graph

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