[neurun] Graph : Introduce operation FullyConnected (#2221)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 8 Aug 2018 22:16:05 +0000 (07:16 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 8 Aug 2018 22:16:05 +0000 (07:16 +0900)
commit1328105eae7c90d122b9d1f397e4c3646a204d8e
tree8d68dd33fab396e94112b41c15588859330b223a
parent01f09762e9ae92ace4333d527b4994ed860996e6
[neurun] Graph : Introduce operation FullyConnected (#2221)

Introduce `neurun::graph::operation::FullyConnected` which is a node
in Graph IR.

Signed-off-by: Hanjoung Lee <hanjoung.lee@samsung.com>
runtimes/neurun/src/graph/operation/FullyConnected.cc [new file with mode: 0644]
runtimes/neurun/src/graph/operation/FullyConnected.h [new file with mode: 0644]