[moco-tf] Canonicalize TFRelu6 (#6193)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Mon, 5 Aug 2019 04:53:29 +0000 (13:53 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Mon, 5 Aug 2019 04:53:29 +0000 (13:53 +0900)
commit3395c1873bbec94fdb8d7841ddc590097a0975e2
treef305a163d1553b1a7e334cf82117b9cc048cdce4
parent632ead62e015854440e93b4e2f2291e13431f8f2
[moco-tf] Canonicalize TFRelu6 (#6193)

This will add Relu6Canonicalizier that transforms TFRelu6 node to canonical ReLU6 node

Signed-off-by: SaeHie Park <saehie.park@samsung.com>
compiler/moco-tf/src/Canonicalization/Relu6Canonicalizer.cpp [new file with mode: 0644]
compiler/moco-tf/src/Canonicalization/Relu6Canonicalizer.h [new file with mode: 0644]