[nnc backend] Add DeptwiseConv2D operation implementation (#418)
authorVladimir Plazun/AI Tools Lab /SRR/Engineer/삼성전자 <v.plazun@partner.samsung.com>
Tue, 10 Jul 2018 07:43:01 +0000 (10:43 +0300)
committerSergey Vostokov/AI Tools Lab /SRR/Staff Engineer/삼성전자 <s.vostokov@samsung.com>
Tue, 10 Jul 2018 07:43:01 +0000 (16:43 +0900)
commitae078ec22cc7a78b7237a23b015bb16ace9f5b90
tree65c620e7b8e089b4525dc32bb72afdb3a0b8278f
parent591fe923406d129244f12db9f75f00ddb651a680
[nnc backend] Add DeptwiseConv2D operation implementation (#418)

[nnc backend] Add DeptwiseConv2D operation implementation

Add DepthwiseConv2D reference implementation used by model IR interpreter

Signed-off-by: Vladimir Plazun <v.plazun@partner.samsung.com>
contrib/nnc/libs/backend/interpreter/core/include/interpreter/ops/Depthwise_conv_2D.h [new file with mode: 0644]
contrib/nnc/libs/backend/interpreter/core/src/ops/Depthwise_conv_2D.cpp [new file with mode: 0644]