[moco-tf] Introduce TFStopGradient (#6715)
author박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 20 Aug 2019 07:04:36 +0000 (16:04 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 20 Aug 2019 07:04:36 +0000 (16:04 +0900)
commit3b2e8ffd6fc5d5804fb75206de4d55872f36287e
tree1741a3e4629d35558a59f8883739a12aea9f7128
parentd493fa984b0d54a0cb13cc8ef7ace97a966c643c
[moco-tf] Introduce TFStopGradient (#6715)

* [moco-tf] Introduce TFStopGradient

This will introduce TFStopGradient IR for TensorFlow StopGradient node and required codes

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