[loco] Introduce NodeShape class (#6078)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 1 Aug 2019 05:09:20 +0000 (14:09 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 1 Aug 2019 05:09:20 +0000 (14:09 +0900)
commit689ec75d2a2ffee29b51cb112dc9afb734885cf6
treea2fad019ea0b68f862392423516e3ba00af79e04
parent8c7e12d29d6525f37b51978501cb8fe49984bde5
[loco] Introduce NodeShape class (#6078)

* [loco] Introduce NodeShape class

This commit introduces NodeShape class which serves as a variant over
various Shape classes.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Fix bugs and add tests
compiler/loco/include/loco/IR/NodeShape.h [new file with mode: 0644]
compiler/loco/src/IR/NodeShape.cpp [new file with mode: 0644]
compiler/loco/src/IR/NodeShape.test.cpp [new file with mode: 0644]