[moco/tf] Introduce TFDepthwiseConv2D IR. (#5912)
author채성우/On-Device Lab(SR)/Engineer/삼성전자 <sw4670.chae@samsung.com>
Mon, 29 Jul 2019 05:12:18 +0000 (05:12 +0000)
committer박종현/On-Device Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Mon, 29 Jul 2019 05:12:18 +0000 (14:12 +0900)
commit7f4ab113dc55dd3b2a86b939277aec3add81fc91
treebf9f3fc801dfec0ba79c95d9775b05f2697204b7
parent7f17875769a4b81105a7780cc9a3e4e463977422
[moco/tf] Introduce TFDepthwiseConv2D IR. (#5912)

* [moco/tf] Introduce TFDepthwiseConv2D IR.

This commit introduce TFDepthwiseConv2D IR.

Signed-off-by: seongwoo <sw4670.chae@samsung.com>
* apply 'Native' keyword.
compiler/moco-tf/src/Dialect/TFNodes.h
compiler/moco-tf/src/Dialect/TFNodes.lst
compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.h [new file with mode: 0644]
compiler/moco-tf/src/IR/TFDepthwiseConv2dNative.test.cpp [new file with mode: 0644]
compiler/moco-tf/src/Transforms/FixPaddingTransform.cpp
compiler/moco-tf/src/Transforms/FixShapeTransform.cpp