[moco-tf] Introduce TFConcatV2 IR (#6321)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Wed, 7 Aug 2019 09:56:12 +0000 (18:56 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 7 Aug 2019 09:56:12 +0000 (18:56 +0900)
commit2ab3aa6febbb637482fb0cacf601bbc13ae281d2
treed3a0c8b00e25e5e0edf12127a72c6cd272f35314
parent00c8e202cd3c58d984975d11d939ecae4edbaf2a
[moco-tf] Introduce TFConcatV2 IR (#6321)

This will introduce TFConcatV2 IR and required codes for TensorFlow Concat node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/Dialect/TFNodes.h
compiler/moco-tf/src/Dialect/TFNodes.lst
compiler/moco-tf/src/IR/TFConcatV2.h [new file with mode: 0644]
compiler/moco-tf/src/IR/TFConcatV2.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixPaddingTransform.cpp
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp