[moco-tf] Reshape shape inference rejects dynamic case (#6013)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Tue, 30 Jul 2019 07:55:32 +0000 (16:55 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 30 Jul 2019 07:55:32 +0000 (16:55 +0900)
commit3f59a406faf08dce6415a29d7844585ddda28db6
tree4178dc961b62348756537e579221f295591ec82a
parent8f4f50d8bc3696bf0845912c255cbd81187b3e21
[moco-tf] Reshape shape inference rejects dynamic case (#6013)

Previously shape inference stage for TFReshape node was erroneously
done for wildcard dimension as well. This commit fixes this bug to
reject dynamic reshape case.

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp