[moco-tf] ShapeInf for TFConcatV2 (#7947)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 8 Oct 2019 01:24:29 +0000 (10:24 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 8 Oct 2019 01:24:29 +0000 (10:24 +0900)
commit6f43e89950067b7e0a0df0471123f86d40865357
tree7f5224479f9564514907f48166c63aff4bf4cf19
parent0462f8dd79b4c0f0f6cb05e634d84e566c68970c
[moco-tf] ShapeInf for TFConcatV2 (#7947)

* [moco-tf] ShapeInf for TFConcatV2

This will update shape inference to be done in TFShapeInferenceRule for TFConcatV2 node and not use ConcatData annotation

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
* apply comments

* simplify assert check
compiler/moco-tf/src/Canonicalization/ConcatV2Canonicalizer.cpp
compiler/moco-tf/src/Dialect/TFShapeInferenceRule.cpp
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp