[moco-tf] Introduce TFShape IR (#6322)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 8 Aug 2019 01:52:17 +0000 (10:52 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Thu, 8 Aug 2019 01:52:17 +0000 (10:52 +0900)
commitf3d2cb8c8291755796276aff61881516343cf4b5
treead51e929d85aa296f1065f7d8fe22bb40b3886aa
parentedb12789d6fc74dc2159e5fed06a9db92b8bc129
[moco-tf] Introduce TFShape IR (#6322)

This commit introduces TF-dialect TFShape IR for tensorflow 'Shape'
operation

Signed-off-by: Cheongyo Bahk <ch.bahk@samsung.com>
compiler/moco-tf/src/Dialect/TFNodes.h
compiler/moco-tf/src/Dialect/TFNodes.lst
compiler/moco-tf/src/IR/TFShape.h [new file with mode: 0644]
compiler/moco-tf/src/IR/TFShape.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixPaddingTransform.cpp
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp