[moco] Introduce Shape and Type inference Service (#8228)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 17 Oct 2019 01:07:01 +0000 (10:07 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 17 Oct 2019 01:07:01 +0000 (10:07 +0900)
commit6ad5ab9fc801aca23cb81200e56d0f278cc75805
tree63570c13678b5487e4dd99563fd42909c88374ca
parent47486944a9f68723b318e3d66b6c18041b22dcc5
[moco] Introduce Shape and Type inference Service (#8228)

* [moco] Introduce Shape and Type inference Service

This will introduce Shape and Type inference Service from copied from moco-tf

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* make compiler happy

* another for compiler
compiler/moco/lang/include/moco/Service/TFShapeInferenceRule.h [new file with mode: 0644]
compiler/moco/lang/include/moco/Service/TFTypeInferenceRule.h [new file with mode: 0644]
compiler/moco/lang/src/Service/TFShapeInferenceHelper.cpp [new file with mode: 0644]
compiler/moco/lang/src/Service/TFShapeInferenceHelper.h [new file with mode: 0644]
compiler/moco/lang/src/Service/TFShapeInferenceRule.cpp [new file with mode: 0644]
compiler/moco/lang/src/Service/TFShapeInferenceRule.test.cpp [new file with mode: 0644]
compiler/moco/lang/src/Service/TFTypeInferenceRule.cpp [new file with mode: 0644]
compiler/moco/lang/src/TestHelper.h [new file with mode: 0644]
compiler/moco/lang/src/TestHelper.test.cpp [new file with mode: 0644]