[moco-tf] Introduce TFPad IR (#7959)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Tue, 8 Oct 2019 07:51:37 +0000 (16:51 +0900)
committer박세희/On-Device Lab(SR)/Principal Engineer/삼성전자 <saehie.park@samsung.com>
Tue, 8 Oct 2019 07:51:37 +0000 (16:51 +0900)
commitc5dd3ab2843ca6992c0cd85cce001a006077f1c0
tree42f6a904e6a541a69d8c04784e7f7859a85a54f0
parent66139a87db21491244b85363bc8ac7e3a767e441
[moco-tf] Introduce TFPad IR (#7959)

* [moco-tf] Introduce TFPad IR

This commit introduces TFPad IR to moco-tf.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
* apply comments.

* move location of function declaration alphabetical order.

* rename input method as convention and remove unnecessary assert.
compiler/moco-tf/src/Dialect/TFNodes.h
compiler/moco-tf/src/Dialect/TFNodes.lst
compiler/moco-tf/src/Dialect/TFShapeInferenceRule.cpp
compiler/moco-tf/src/Dialect/TFTypeInferenceRule.cpp
compiler/moco-tf/src/IR/TFPad.h [new file with mode: 0644]
compiler/moco-tf/src/IR/TFPad.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp