[nnc backend] Add FullyConnected(matmul) operation implementation (#538)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Mon, 9 Jul 2018 14:46:57 +0000 (17:46 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Mon, 9 Jul 2018 14:46:57 +0000 (23:46 +0900)
commit33d447f8994d7e848adb5b514be6763fc7516776
tree202540b266152edeeb9e3c6de93c9a44dee5287e
parent5dcc783f07323e5d6c2b5b54fc25ccd8fd6b4a7e
[nnc backend] Add FullyConnected(matmul) operation implementation (#538)

Add FullyConnected(matmul) operation implementation

Used by model IR interpreter

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