[loco] Introduce TensorReduce Operation (#7497)
author남궁석/On-Device Lab(SR)/Engineer/삼성전자 <sk.namkoong@samsung.com>
Wed, 18 Sep 2019 06:17:24 +0000 (15:17 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 18 Sep 2019 06:17:24 +0000 (15:17 +0900)
commit0bfe82f519525f394c296cad9253fdb5dfa79d2d
treeb2e5281783c0d97e920f141e9fc13b7015284b15
parentfd4e4a68307bb0bae2edf8bd94be8174727846dc
[loco] Introduce TensorReduce Operation (#7497)

* [loco] Introduce TensorReduce Operation

This commit will introduce `TensorReduce` operation in loco

Signed-off-by: Seok NamKoong <sk.namkoong@samsung.com>
* fix wrong shapeInference

* revise comments
compiler/loco/include/loco/IR/CanonicalNodes.lst
compiler/loco/include/loco/IR/Nodes.h
compiler/loco/src/Service/CanonicalShapeInferenceRule.cpp
compiler/loco/src/Service/TypeInference.cpp