[loco] Introduce ShapeInference infrastructure (#6102)
author박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 1 Aug 2019 23:30:36 +0000 (08:30 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 1 Aug 2019 23:30:36 +0000 (08:30 +0900)
commit6ecba2774dd305b7c2ae7f07d159f67f7fc61c6a
tree033cbd200d16981fc27db86af3406f833a0c809f
parent040b961a75dd807f5c0c0a45ec61b0ce5c6b43b9
[loco] Introduce ShapeInference infrastructure (#6102)

* [loco] Introduce ShapeInference infrastructure

This commit introduces dialect-agnostic ShapeInference infrastructure.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
* Remove unnecessary return
compiler/loco/include/loco/Service/ShapeInference.h [new file with mode: 0644]
compiler/loco/include/loco/Service/ShapeInferenceRule.h [new file with mode: 0644]
compiler/loco/src/Service/GraphTestcase.h [new file with mode: 0644]
compiler/loco/src/Service/ShapeInference.cpp [new file with mode: 0644]
compiler/loco/src/Service/ShapeInference.test.cpp [new file with mode: 0644]
compiler/loco/src/Service/ShapeInferenceRule.cpp [new file with mode: 0644]