[exo-tflite] shape / type inference for TFLTranspose (#7803)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Fri, 27 Sep 2019 08:28:22 +0000 (17:28 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 27 Sep 2019 08:28:22 +0000 (17:28 +0900)
commitf360b0fe08085f784cf298db87b30079db7d8570
tree4921950e83a311b4e185fd2e338a6cb4c482822d
parent381b1e9afdceb2601d54ba016f2ee1179a5b4139
[exo-tflite] shape / type inference for TFLTranspose (#7803)

* [exo-tflite] shape / type inference for TFLTranspose

This adds shape and type inference for TFLTranspose and a test case.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* Fix wrong test case. Previously it is testing loco::Transpose, now it tests locoex::TFLTranspose

* remove method needed for loco::TensorTranspose

* typo
compiler/exo-tflite/src/Dialect/Service/TFLShapeInferenceRule.cpp
compiler/exo-tflite/src/Dialect/Service/TFLShapeInferenceRule.test.cpp
compiler/exo-tflite/src/Dialect/Service/TFLTypeInferenceRule.cpp
compiler/exo-tflite/src/TestGraph.h