[mir] Add ReduceMean operation (#6994)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Thu, 29 Aug 2019 05:55:13 +0000 (14:55 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 29 Aug 2019 05:55:13 +0000 (14:55 +0900)
commit95412be2a9695c03eef49b664941f3454a4b0ce7
tree0de6ec5affb455630785bf1153232eef341ac64e
parent513b9f6c7cc31611daacaa730e8bb554b2036f75
[mir] Add ReduceMean operation (#6994)

This is a future replacement of `Reduce` operation.

Signed-off-by: Sergei Barannikov <s.barannikov@samsung.com>
compiler/mir/CMakeLists.txt
compiler/mir/include/mir/IrDotDumper.h
compiler/mir/include/mir/OpDefs.h
compiler/mir/include/mir/Operations.inc
compiler/mir/include/mir/ops/ReduceMeanOp.h [new file with mode: 0644]
compiler/mir/src/IrDotDumper.cpp
compiler/mir/src/ops/ReduceMeanOp.cpp [new file with mode: 0644]
compiler/mir/unittests/ShapeInference.cpp