[nest] Introduce 'Level' class (#800)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 25 Jul 2018 23:17:10 +0000 (08:17 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Wed, 25 Jul 2018 23:17:10 +0000 (08:17 +0900)
commitf915b7ca8b1812b15c188ef8acc7bf7257d3255f
tree50ddd394ff299164b56dba18364010fa75f50e90
parent540c792324fb9d5c9ed259985db68c41c07313c0
[nest] Introduce 'Level' class (#800)

This commit introduces 'Level' class in nest IR which represents the
(iteration) level of each iteration variables.

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