[moco-tf] Introduce TFRealDiv IR (#6270)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 6 Aug 2019 04:52:34 +0000 (13:52 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 6 Aug 2019 04:52:34 +0000 (13:52 +0900)
commitc76e38e834e2b23c0e64f4f0e7fa3d5a81a4a483
tree258af626b76681bf1c693bab37746fb7d0824b44
parent256420ea1674aae70ea0b05ad0ff2ba023321a6e
[moco-tf] Introduce TFRealDiv IR (#6270)

* [moco-tf] Introduce TFRealDiv IR

This will introduce TFRealDiv IR and required implementations

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