[tflchef] Support DepthwiseConv2D (#2277)
author이상규/동작제어Lab(SR)/Principal Engineer/삼성전자 <sg5.lee@samsung.com>
Wed, 14 Nov 2018 10:12:42 +0000 (19:12 +0900)
committer박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Wed, 14 Nov 2018 10:12:42 +0000 (19:12 +0900)
commit1a2f4aeee3b258144d04da5a88768a492c3a719f
tree79896e6c4c9f155501026685b280a240bfa77a98
parent9471ad511535c73823b9a532ca51ca0ec56ee84e
[tflchef] Support DepthwiseConv2D (#2277)

This patch extends tflchef for DepthwiseConv2D operator.

Signed-off-by: Sanggyu Lee <sg5.lee@samsung.com>
contrib/tflchef/core/src/Op/DepthwiseConv2D.cpp [new file with mode: 0644]
contrib/tflchef/core/src/Op/DepthwiseConv2D.h [new file with mode: 0644]
contrib/tflchef/core/src/OpChef.def
contrib/tflchef/core/src/OpChefs.h
contrib/tflchef/proto/tflchef.proto
contrib/tflchef/tests/depthwiseconv2d/test.recipe [new file with mode: 0644]