[moco-tf] Introduce ConcatV2Canonicalizer (#6360)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 8 Aug 2019 03:54:17 +0000 (12:54 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Thu, 8 Aug 2019 03:54:17 +0000 (12:54 +0900)
commit2bc444ee0fab00398a645863e8de2da6055dfa25
tree2ce88bd5317f3a7a8bb5599e76642e5a29f3923a
parent8b06ffc4c4ad77a844541112f4e694453b814eae
[moco-tf] Introduce ConcatV2Canonicalizer (#6360)

* [moco-tf] Introduce ConcatV2Canonicalizer

This will introduce ConcatV2Canonicalizer that converts TFConcatV2 to canonical TensorConcat node

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

* remove unused header
compiler/moco-tf/src/Canonicalization/ConcatV2Canonicalizer.cpp [new file with mode: 0644]
compiler/moco-tf/src/Canonicalization/ConcatV2Canonicalizer.h [new file with mode: 0644]