[exo-tflite] Introducing TFLShapeInference (#6991)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Thu, 29 Aug 2019 08:19:11 +0000 (17:19 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 29 Aug 2019 08:19:11 +0000 (17:19 +0900)
commit71491c08996ff885ece10b3dca34e64fad9a0365
tree2948375d2e8b03938f2986237972f16f85fded69
parent64a08a9bc0ec648186582a54d2323d603ade83c5
[exo-tflite] Introducing TFLShapeInference (#6991)

* [exo-tflite] Introducing TFLShapeInference

This adds TFLShapeInference that infer the shape of TFL nodes and TFLShapeAnnot that passes shape from canonical node.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* adding missing graph input

* fix typo

* remove Forward word from internal class naming
compiler/exo-tflite/src/Dialect/Service/TFLShapeAnnot.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/Service/TFLShapeInferenceRule.cpp [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/Service/TFLShapeInferenceRule.h [new file with mode: 0644]
compiler/exo-tflite/src/Dialect/Service/TFLShapeInferenceRule.test.cpp [new file with mode: 0644]