[coco] Introduce AvgPool2D class (#1329)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 5 Sep 2018 00:06:41 +0000 (09:06 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 5 Sep 2018 00:06:41 +0000 (09:06 +0900)
commit761848abc15af33fcf3b85cb4d1bef32cc1aabd4
tree5989cff15f0982dd72082929fea1f98baf9a7b1e
parent12fad1e81bccb9e36bfad05fd0134fe91c86e20e
[coco] Introduce AvgPool2D class (#1329)

This commit introduces AvgPool2D class which denotes 2D average pooling
operation in coco IR.

Note that the current implementation allows users to specify window
size.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
contrib/coco/core/include/coco/IR/AvgPool2D.h [new file with mode: 0644]
contrib/coco/core/include/coco/IR/Op.lst
contrib/coco/core/src/IR/AvgPool2D.cpp [new file with mode: 0644]
contrib/coco/core/src/IR/AvgPool2D.test.cpp [new file with mode: 0644]