[Pure CL] Support DepthwiseConv2D (#1661)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 12 Jun 2018 07:53:43 +0000 (16:53 +0900)
committer서상민/동작제어Lab(SR)/Staff Engineer/삼성전자 <sangmin7.seo@samsung.com>
Tue, 12 Jun 2018 07:53:43 +0000 (16:53 +0900)
commit75c9ba313fbfe959ad3c456d11089064fad66968
tree7523d69b9332c94fbc40422e2bb05ce7b49a345c
parent157fd1e637c20edbad7112344fb3ff70fbc82f3c
[Pure CL] Support DepthwiseConv2D (#1661)

This commit introduces DpethwiseConv2D operation support in pure CL
runtime.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
runtimes/pure_arm_compute/src/compilation.cc
runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.cc [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/DepthwiseConv2D.h [new file with mode: 0644]
runtimes/pure_arm_compute/src/internal/op/NodeVisitor.h
runtimes/pure_arm_compute/src/model.cc