[mir] Add AvgPool2D and MaxPool2D operations (#6996)
authorСергей Баранников/AI Tools Lab /SRR/Engineer/삼성전자 <s.barannikov@samsung.com>
Thu, 29 Aug 2019 05:55:26 +0000 (14:55 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 29 Aug 2019 05:55:26 +0000 (14:55 +0900)
commit5b64611c4488bdd182353d2be41d32279ed7948f
tree50ffdc33a5b58e8b07e17f36248967dba9d2aa6d
parent95412be2a9695c03eef49b664941f3454a4b0ce7
[mir] Add AvgPool2D and MaxPool2D operations (#6996)

These are the future replacement of the `Pool` 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/AvgPool2DOp.h [new file with mode: 0644]
compiler/mir/include/mir/ops/MaxPool2DOp.h [new file with mode: 0644]
compiler/mir/src/IrDotDumper.cpp
compiler/mir/src/ops/AvgPool2DOp.cpp [new file with mode: 0644]
compiler/mir/src/ops/MaxPool2DOp.cpp [new file with mode: 0644]