[loco] TensorTranspose: Shape and Type inference (#7796)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Fri, 27 Sep 2019 04:41:33 +0000 (13:41 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 27 Sep 2019 04:41:33 +0000 (13:41 +0900)
commit4d10f31314af33b30225e9767d18a2771ea2f381
tree99fa673901ab6d9b69b765193f5e3947eaa4e8e5
parent660270afebe802adde86b82665af969c7466809d
[loco] TensorTranspose: Shape and Type inference (#7796)

* [loco] TensorTranspose: Shape and Type inference

This enables shape and type inference for loco::TensorTranspose. A TC for shape inference was also added.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* Transpose -> TensorTranspose
compiler/loco/src/Service/CanonicalShapeInferenceRule.cpp
compiler/loco/src/Service/CanonicalShapeInferenceRule.test.cpp
compiler/loco/src/Service/GraphTestcase.h
compiler/loco/src/Service/TypeInference.cpp