[coco] Introduce Stride2D (#1137)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 22 Aug 2018 10:32:32 +0000 (19:32 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 22 Aug 2018 10:32:32 +0000 (19:32 +0900)
commitccd574b9471e2dba65164aa18d088a7a04ccb9f0
tree4061628fc833d949f53fd97bc63e311cfdae7b49
parentbf5549cc62eeb61233bf245bc16d86ae846d8b5b
[coco] Introduce Stride2D (#1137)

This commit introduces Stirde2D class which records stride over 2D plane
(such as channels in a feature map).

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