[neurun] Graph : Introduce operation Softmax (#2218)
author이한종/동작제어Lab(SR)/Engineer/삼성전자 <hanjoung.lee@samsung.com>
Wed, 8 Aug 2018 22:15:49 +0000 (07:15 +0900)
committer박세희/동작제어Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 8 Aug 2018 22:15:49 +0000 (07:15 +0900)
commit01f09762e9ae92ace4333d527b4994ed860996e6
tree6ac85f9080d6ac63e0fa2f97923e29b3c1edf44f
parentc0614ab928198eb6312b74093e016b72bd0e4e98
[neurun] Graph : Introduce operation Softmax (#2218)

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

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