[moco-tf] GraphBuilder for custom op (#6139)
author윤현식/On-Device Lab(SR)/Principal Engineer/삼성전자 <hyunsik.yoon@samsung.com>
Fri, 2 Aug 2019 08:21:03 +0000 (17:21 +0900)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Fri, 2 Aug 2019 08:21:03 +0000 (17:21 +0900)
commit0c9798e16361ea37c67a54cc3f8deb953c7eb4e6
tree5fac1c724c4ad4ae03178e6e29a0690dfdd05439
parent1da0c6d699d5efba250fc2e42aec8c3af2072ff6
[moco-tf] GraphBuilder for custom op (#6139)

* [moco-tf] GraphBuilder for custom op

This adds GraphBuilder, transforms, and a test for custom op.

Signed-off-by: Hyun Sik Yoon <hyunsik.yoon@samsung.com>
* enhancing per comments
compiler/moco-tf/src/Op/COpCall.cpp [new file with mode: 0644]
compiler/moco-tf/src/Op/COpCall.h [new file with mode: 0644]
compiler/moco-tf/src/Op/COpCall.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixPaddingTransform.cpp
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp