Merge pull request #16069 from YashasSamaga:cuda4dnn-crop_and_resize
authorYashas Samaga B L <yashas_2010@yahoo.com>
Mon, 9 Dec 2019 19:26:58 +0000 (00:56 +0530)
committerAlexander Alekhin <alexander.a.alekhin@gmail.com>
Mon, 9 Dec 2019 19:26:58 +0000 (22:26 +0300)
commit3fddd3bf93137b02acab03ca789e64e7c25b213e
tree67bd1b73dad898ab92cc3b6fc9b87a300a3c1613
parentb505cf84debf560d7aa62abe04d473097805b2d8
Merge pull request #16069 from YashasSamaga:cuda4dnn-crop_and_resize

add CropAndResize layer for CUDA backend

* add CropAndResize layer

* process multiple channels per iteration
modules/dnn/src/cuda/crop_and_resize.cu [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/crop_and_resize.hpp [new file with mode: 0644]
modules/dnn/src/cuda4dnn/kernels/resize.hpp
modules/dnn/src/cuda4dnn/primitives/crop_and_resize.hpp [new file with mode: 0644]
modules/dnn/src/layers/crop_and_resize_layer.cpp