[nest] Add 'Closure' class (#688)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 17 Jul 2018 10:52:08 +0000 (19:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 17 Jul 2018 10:52:08 +0000 (19:52 +0900)
commitcb46c25cfb29e6dff7f337920ef3c2764ff7bd9f
tree60eb81eec057d0d857190e7b654b7291933baf80
parent94a36bd6e1a1018a47b9b670b21b7cbe98de33a9
[nest] Add 'Closure' class (#688)

This commit adds 'Closure' class which temporarily records the domain and
index expressions, which makes it easy for user to construct IR.

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