[moco-tf] Introduce TFSqueeze dialect node (#5843)
author박천교/On-Device Lab(SR)/Engineer/삼성전자 <ch.bahk@samsung.com>
Thu, 25 Jul 2019 05:27:11 +0000 (14:27 +0900)
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>
Thu, 25 Jul 2019 05:27:11 +0000 (14:27 +0900)
commitcf3e1b2f49f671322c48c46ff1c50e51cb118137
tree8d2efc243aa4b05c672db02f79483d4f1a902884
parent263f70dbcd35a31aa98ce2331d58aaa30cdcbce7
[moco-tf] Introduce TFSqueeze dialect node (#5843)

* [moco-tf] Introduce TFSqueeze dialect node

This commit introduces TFSqueeze dialect node.

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