[locomotiv] Introduce TensorReduce Operation (#7643)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Fri, 20 Sep 2019 07:43:15 +0000 (16:43 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 20 Sep 2019 07:43:15 +0000 (16:43 +0900)
commit9e4e486d709ac6679e2049bd82623063005250b6
tree7802923e5811cfe567189a9f09ba91066ed03973
parent336081705ca2d10b28554ac4e37e85369467785d
[locomotiv] Introduce TensorReduce Operation (#7643)

* [locomotiv] Introduce TensorReduce Operation

This commit will introduce `TensorReduce` operation in `locomotiv`
For now, only supports `ReduceFunc::Mean`

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* restructure
compiler/locomotiv/src/Node.lst
compiler/locomotiv/src/Node/TensorReduce.cpp [new file with mode: 0644]
compiler/locomotiv/src/Node/TensorReduce.test.cpp [new file with mode: 0644]