[loco] Introduce Window class (#3459)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 14 May 2019 10:59:59 +0000 (19:59 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 14 May 2019 10:59:59 +0000 (19:59 +0900)
commite82af6a8d16b91be982fe2c2a9f9746e2462d7cf
treeafa375161a1a4e9a94b57c5a9def5ccf7b97c8a7
parentdf62367a5b7a5d12b9765f5532effe7909dbdd56
[loco] Introduce Window class (#3459)

This commit declares (generic) Window class, and provides its
specialization over 2D Window.

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