[moco-tf] Introduce TFSub IR (#6275)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 6 Aug 2019 08:09:41 +0000 (17:09 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 6 Aug 2019 08:09:41 +0000 (17:09 +0900)
commit1b1109272b971774c309968a2c03891a92ec6b65
treeb80e44f144cb7fe21169df649832549cc6002d0a
parent85b1dadbfb4160ef68e0ed71351c19403df04b40
[moco-tf] Introduce TFSub IR (#6275)

This will introduce TFSub IR and required implementations

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/TFSub.h [new file with mode: 0644]
compiler/moco-tf/src/IR/TFSub.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixPaddingTransform.cpp
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp