[onert] Fix conv2d op for dilation (#3932)
authorYiHyunJin <33678155+YiHyunJin@users.noreply.github.com>
Mon, 24 Aug 2020 06:04:33 +0000 (15:04 +0900)
committerGitHub <noreply@github.com>
Mon, 24 Aug 2020 06:04:33 +0000 (15:04 +0900)
commit2d1e6b3827566b2f1a9fe2e1a4291791f4e38d1e
treed423a6a8f42f7f62f5a90f357bf13f1bb8312e9d
parent37b944d23f76893d97d1936c3ff98a1d689f0384
[onert] Fix conv2d op for dilation (#3932)

When using MultiThread, both dilation data must be 1.
When obtaining padding data, dilation data is used.
Move additional conditions of dilation into usableMultiThreaded

Signed-off-by: YiHyunjin <hj0412.yi@samsung.com>
compute/cker/include/cker/operation/Conv.h
runtime/onert/backend/cpu/KernelGenerator.cc
runtime/onert/backend/cpu/ops/ConvolutionLayer.cc
runtime/onert/core/include/ir/Padding.h
runtime/onert/core/src/ir/Padding.cc
runtime/onert/core/src/util/ShapeInference.cc