[locomotiv] Introduce Tanh Operation (#6846)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Fri, 23 Aug 2019 07:56:13 +0000 (16:56 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 23 Aug 2019 07:56:12 +0000 (16:56 +0900)
commit364c8eddb81b6343f55ce34d6d036b98ea34616a
treeb11b84c0af8d85b3f4ed165f2ca31a38684a899f
parent07772e9d5cbbd1894c0cbef60666cbd877e0cf18
[locomotiv] Introduce Tanh Operation (#6846)

* [locomotiv] Introduce Tanh Operation

This commit will introduce `Tanh` operation in `locomotiv`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* substitute tanh_ew to std::tanh
compiler/locomotiv/src/Node.lst
compiler/locomotiv/src/Node/Tanh.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/Tanh.test.cpp [new file with mode: 0644]