[moco-tf] Introduce TFRelu and TFRelu6 IR (#6143)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Fri, 2 Aug 2019 07:36:04 +0000 (16:36 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Fri, 2 Aug 2019 07:36:04 +0000 (16:36 +0900)
commit191b75a5185bcda95984245e50b86ea33fac7afb
tree4620c85ba2146dfb56cfdf82fe930a68d209d5b0
parent97c62de9b3bebf3e35408bc90c7a6449c4623078
[moco-tf] Introduce TFRelu and TFRelu6 IR (#6143)

This will introduce TensorFlow dialect TFRelu and TFRelu6 IR and minimum required codes

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