[moco-tf] Graph build Relu Relu6 as TF dialect (#8141)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 15 Oct 2019 00:21:13 +0000 (09:21 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 15 Oct 2019 00:21:13 +0000 (09:21 +0900)
commitf7fd1ccebd72160faea7e33ab9d5b4c0d43ce90c
tree59f07284c2b0b171a4598e903633e3e23837025a
parentd1af83e81a506445277b9cc3ce06259cf9e80cd4
[moco-tf] Graph build Relu Relu6 as TF dialect (#8141)

This will update graph builder to produce only TF dialect for Relu and Relu6 node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/Op/Relu.cpp
compiler/moco-tf/src/Op/Relu.h
compiler/moco-tf/src/Op/Relu.test.cpp
compiler/moco-tf/src/Op/Relu6.cpp
compiler/moco-tf/src/Op/Relu6.h
compiler/moco-tf/src/Op/Relu6.test.cpp