[coco] Tree-like Conv2D op (#1773)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 8 Oct 2018 05:37:07 +0000 (14:37 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 8 Oct 2018 05:37:07 +0000 (14:37 +0900)
commit5eabbcf51ce734bfb47d638de0d55b8bde7213cc
tree847e31ee46a5a782fab48a0667ca5ab428ace8e8
parent109e061a1912c0affc9f80f0cb55b126a271b83d
[coco] Tree-like Conv2D op (#1773)

* [coco] Tree-like Conv2D op

This commit introduces 'arg' methods to Conv2D class, which allows
frontend to construct a tree-like structure with Conv2D Op.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix a typo
contrib/coco/core/include/coco/IR/Conv2D.h
contrib/coco/core/src/IR/Conv2D.cpp
contrib/coco/core/src/IR/Conv2D.test.cpp