[moco-tf] Introduce ResolveConstantShape transform (#6379)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 8 Aug 2019 07:43:00 +0000 (16:43 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Thu, 8 Aug 2019 07:43:00 +0000 (16:43 +0900)
commitf05c415e32bb8c841f67b6e1396df939d7f2d9bc
tree1cd3efb00610b59638fc891c7d32d1a3097ad008
parent0d066048b738ecdec48c35e4a8d9970c33657602
[moco-tf] Introduce ResolveConstantShape transform (#6379)

* [moco-tf] Introduce ResolveConstantShape transform

This commit introduces ResolveConstantShape transform, which is
responsible to replace determined TFShape node with TFConst.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
* Separate out condition check stage
compiler/moco-tf/src/Transforms/ResolveConstantShape.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/ResolveConstantShape.h [new file with mode: 0644]