[nest] Add 'Conv2D' example (#732)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 20 Jul 2018 01:42:25 +0000 (10:42 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 20 Jul 2018 01:42:25 +0000 (10:42 +0900)
commit8c494f450085b4018db6fcbf60cd2c8aa8f3ac31
tree4e00dc392893b639a47850b65432226e6a45d15d
parent0a0f2dc8143e4ebe804e4bd4107b4817337c8212
[nest] Add 'Conv2D' example (#732)

* [nest] Add 'Conv2D' example

This commit adds an example how to describe simple Conv2D operation (without
bias and activation) with nest.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Add comments
contrib/nest/CMakeLists.txt
contrib/nest/examples/conv2d.cpp [new file with mode: 0644]