Merge pull request #16715 from l-bat:slice_onnx
authorLiubov Batanina <piccione-mail@yandex.ru>
Tue, 17 Mar 2020 14:31:01 +0000 (17:31 +0300)
committerGitHub <noreply@github.com>
Tue, 17 Mar 2020 14:31:01 +0000 (17:31 +0300)
commit718d7e4b0408c866677b31a3440a4bb16d9310eb
tree15253b0b243562255b11bea62e5befe5f42df6b9
parent1d7bfcc9589bee8db0ffb8b0a169922b277bf5a2
Merge pull request #16715 from l-bat:slice_onnx

* Support Slice layer with multiple inputs

* Add test

* Supported Resize from PyTorch

* Rewrite test

* Remove Cast layer (supported in #16735)

* Support ConstantOfShape

* Fix tests

* Fix coments

* Remove useless condition

* Fixed failed tests
modules/dnn/src/onnx/onnx_importer.cpp
modules/dnn/test/test_onnx_importer.cpp