opencv/modules/dnn/src
Yuantao Feng d789cb459c
Merge pull request #24231 from fengyuentau:halide_cleanup_5.x
dnn: cleanup of halide backend for 5.x #24231

Merge with https://github.com/opencv/opencv_extra/pull/1092.

### Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

- [x] I agree to contribute to the project under Apache 2 License.
- [x] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
- [x] The PR is proposed to the proper branch
- [x] There is a reference to the original bug report and related work
- [x] There is accuracy test, performance test and test data in opencv_extra repository, if applicable
      Patch to opencv_extra has the same branch name.
- [x] The feature is well documented and sample code can be built with the project CMake
2023-10-13 16:53:18 +03:00
..
caffe Fixed segfault when reading Caffe model 2023-09-25 12:55:11 +07:00
cuda Merge pull request #24080 from dkurt:dnn_cuda_layers 2023-08-03 09:13:42 +03:00
cuda4dnn attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
darknet support silu activation in darknet 2022-08-22 10:51:29 +08:00
int8layers Merge pull request #23655 from fengyuentau:qlinearsoftmax 2023-05-25 13:35:58 +03:00
layers Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
ocl4dnn tune for opencl 2022-08-14 17:47:48 +08:00
onnx Merge branch 4.x 2023-10-02 10:17:23 +03:00
opencl Merge pull request #24120 from dkurt:actualize_dnn_links 2023-08-16 15:46:11 +03:00
tensorflow Merge pull request #24275 from alexlyulkov:al/fix-tf-graph-simplifier 2023-09-18 11:02:44 +03:00
tflite Merge pull request #24004 from dkurt:tflite_new_layers 2023-07-21 09:13:37 +03:00
torch Fix memory leak and handle realloc failure 2023-09-18 22:43:44 +08:00
vkcom attempt to add 0d/1d mat support to OpenCV (#23473) 2023-09-21 18:24:38 +03:00
webnn Merge pull request #20406 from MarkGHX:gsoc_2021_webnn 2021-11-23 21:15:31 +00:00
backend.cpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
backend.hpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
debug_utils.cpp fix model diagnostic tool 2022-01-18 01:22:22 +03:00
dnn_common.hpp speed up vulkan dnn, and support ios and apple m1 chip. (#23349) 2023-05-18 20:02:27 +03:00
dnn_params.cpp cmake: revise OPENCV_DNN_BACKEND_DEFAULT integration 2023-09-10 13:11:36 +00:00
dnn_read.cpp Merge pull request #23161 from dkurt:dnn_tflite 2023-02-13 14:00:20 +00:00
dnn_utils.cpp Update dnn_utils.cpp 2023-09-06 10:01:07 +03:00
dnn.cpp dnn: fix index access 2022-03-19 06:54:07 +00:00
factory.hpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
graph_simplifier.cpp Merge pull request #21518 from zihaomu:resize_onnx_opset13 2022-01-28 17:55:01 +03:00
graph_simplifier.hpp ONNX: upsample subgraph fusion added 2020-02-29 15:24:06 +05:30
ie_ngraph.cpp Merge pull request #24196 from dkurt:ov_backend_cleanups 2023-09-05 18:08:28 +03:00
ie_ngraph.hpp Merge pull request #24196 from dkurt:ov_backend_cleanups 2023-09-05 18:08:28 +03:00
init.cpp dnn: expand refactor with cv::broadcast for onnx models (#24295) 2023-09-27 09:28:52 +03:00
layer_factory.cpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
layer_internals.hpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
layer.cpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
legacy_backend.cpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
legacy_backend.hpp dnn: split dnn.cpp code 2022-03-08 19:22:46 +00:00
math_utils.hpp Implement ctc prefix beam search decode for TextRecognitionModel. 2021-08-12 20:33:31 +08:00
model.cpp add scale factor to DB demo. 2023-04-30 22:03:21 +08:00
net_cann.cpp Merge pull request #23936 from SaltFish-T:4.x 2023-07-27 14:21:30 +03:00
net_impl_backend.cpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
net_impl_fuse.cpp fix the issue in layer fused 2023-08-16 09:34:59 +08:00
net_impl.cpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
net_impl.hpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
net_openvino.cpp Enable build with OpenVINO in Debug 2023-09-09 20:38:59 +03:00
net_quantization.cpp add enableWinograd API for Net. 2022-10-09 09:33:07 +08:00
net.cpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00
nms.cpp batched nms impl 2022-11-29 15:32:34 +08:00
nms.inl.hpp boost NMS performance 2021-03-10 15:59:26 +00:00
op_cann.cpp Merge pull request #23319 from fengyuentau:fix_zoo_issue_136 2023-03-13 21:46:33 +03:00
op_cann.hpp Merge pull request #23936 from SaltFish-T:4.x 2023-07-27 14:21:30 +03:00
op_cuda.cpp Let part of the operators in nary_eltwise support cuda 2022-11-02 14:08:21 +08:00
op_cuda.hpp transfer output blobs in background 2020-07-04 12:55:12 +05:30
op_inf_engine.cpp Merge pull request #22957 from dkurt:new_openvino_api 2022-12-23 16:58:41 +00:00
op_inf_engine.hpp Merge pull request #22957 from dkurt:new_openvino_api 2022-12-23 16:58:41 +00:00
op_timvx.cpp Merge pull request #21036 from fengyuentau:timvx_backend_support 2022-03-31 21:42:11 +00:00
op_timvx.hpp Merge pull request #21036 from fengyuentau:timvx_backend_support 2022-03-31 21:42:11 +00:00
op_vkcom.cpp speed up vulkan dnn, and support ios and apple m1 chip. (#23349) 2023-05-18 20:02:27 +03:00
op_vkcom.hpp speed up vulkan dnn, and support ios and apple m1 chip. (#23349) 2023-05-18 20:02:27 +03:00
op_webnn.cpp dnn: split dnn.cpp code 2022-03-08 19:22:46 +00:00
op_webnn.hpp Merge pull request #20406 from MarkGHX:gsoc_2021_webnn 2021-11-23 21:15:31 +00:00
plugin_api.hpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
plugin_wrapper.impl.hpp dnn: plugin support for OpenVINO 2022-10-07 16:57:31 +00:00
precomp.hpp speed up vulkan dnn, and support ios and apple m1 chip. (#23349) 2023-05-18 20:02:27 +03:00
registry.cpp Merge pull request #24231 from fengyuentau:halide_cleanup_5.x 2023-10-13 16:53:18 +03:00