2022 Commits (c6e5f6052513b6b1fb07682371ec08a6d4c0584b)

Author SHA1 Message Date
Alexander Alekhin b1a57c4cb2 fix 3.4 links 3 years ago
rogday 0a178a687a fix const/x in Div 3 years ago
Smirnov Egor 71a22e45b0 add celu, hardsigmoid, selu, thresholdedrelu layers 3 years ago
Smirnov Egor 1bd382c1d0 Add acos, acosh, asin, asinh, atan, atanh, cos, cosh, erf, hardswish, sin, sinh, softplus, softsign, tan layers 3 years ago
Alexander Alekhin 249c508126 dnn(test): skip failed tests on Vulkan backend 3 years ago
Smirnov Egor fec2c7e715 fix Flatten layer 3 years ago
Alexander Alekhin 07dca8cc03 pre: OpenCV 4.5.5 (version++) 3 years ago
Alexander Alekhin 60c093f086 pre: OpenCV 3.4.17 (version++) 3 years ago
Gruhuang b4bb98ea60
Merge pull request #21268 from pccvlab:tf_Arg 3 years ago
Maksim Shabunin 792b7e0629 (3.4) Fixed several issues found by static analysis 3 years ago
Maksim Shabunin a079c2eb7c Fixed several issues found by static analysis 3 years ago
Alexander Alekhin 6d677bbd63 dnn(test): update ONNX conformance filters (4.x) 3 years ago
Alexander Alekhin f3ba88c87c dnn(test): update ONNX conformance filters 3 years ago
Smirnov Egor e97c7e042b fix max_unpool missing attributes, add default value of keepdims in reducemean/max/sum, add support for keepdims=true in full reduction branch, add new padding type to Pad 3 years ago
rogday 4827fe86bb
Merge pull request #21088 from rogday:onnx_tests 3 years ago
cqn2219076254 252ce0b581 add square layer 3 years ago
HAN Liutong 1599f9f0c0
Merge pull request #21086 from hanliutong:rvv-dnn 3 years ago
Gruhuang 17bc8565f6
Merge pull request #21154 from pccvlab:MatMul_with_two_inputs 3 years ago
Smirnov Egor e608adea60 add ArgMax and ArgMin layers 3 years ago
HAN Liutong 4935b14539
Merge pull request #21012 from hanliutong:rvv_clang 3 years ago
Alexander Alekhin 0835611d3a dnn(test): re-enable tests which works with OpenVINO 2021.4.x 3 years ago
rogday 1613d30544
Merge pull request #21159 from rogday:ceil_mode 3 years ago
Alexander Alekhin bd396e1fd5 dnn(test): re-enable tests which works with OpenVINO 2021.4.x (3.4) 3 years ago
Alexander Alekhin f55c9ed1ba dnn(test): drop non OCV/CPU cases for Int8 3 years ago
Smirnov Egor 33e97e994d add sum of 1 input 3 years ago
Smirnov Egor 11e6848bb9 add default order to transpose 3 years ago
Smirnov Egor 829410729c add new (Log)SoftMax simplification passes 3 years ago
Smirnov Egor 4995aecd62 add alpha parameter to ELU 3 years ago
Smirnov Egor 0e2a3686c0 add alpha parameter to ELU layer 3 years ago
Alexander Alekhin 66b2140892 build: eliminate C4309 warning from protobuf files with MSVS2017 3 years ago
Andrew Ryrie ea7d4be3f8
Merge pull request #20658 from smbz:lstm_optimisation 3 years ago
Smirnov Egor 05db8784ae fix Clip, LeakyReLU, LRN, Split defaults 3 years ago
Supernovae b594ed99b8
Merge pull request #20933 from shubham-shahh:master 3 years ago
Alexander Alekhin 58b06222ff dnn(DataLayer): fix CPU/OpenCL code paths for FP16 handling 3 years ago
Alexander Alekhin 58dc397930 dnn(test): add two_inputs test with FP32/U8 data types 3 years ago
yuki takehara a6277370ca
Merge pull request #21107 from take1014:remove_assert_21038 3 years ago
Alexander Alekhin 31b2d6be75 dnn(test): update InferenceEngine tests (4.x) 3 years ago
Alexander Alekhin 985aa0423d dnn(test): update InferenceEngine tests 3 years ago
Hanxi Guo 1fcf7ba5bc
Merge pull request #20406 from MarkGHX:gsoc_2021_webnn 3 years ago
Alexander Alekhin 8041ab8a61
Merge pull request #21025 from alalek:issue_21004 3 years ago
Alexander Alekhin d934bb15b0
Merge pull request #20998 from alalek:update_protobuf_3.19.1 3 years ago
ZaKiiiiiiiii 98b6ce353c
Merge pull request #20904 from Crayon-new:fix_bug_in_maxLayer 3 years ago
Alexander Alekhin 562f2375c5 dnn(test): skip tests with high memory usage 3 years ago
Alexander Alekhin c1d61c88e9 dnn(cmake): don't hijack OpenCL options with Tengine 3 years ago
Alexander Alekhin d484939c02
Merge pull request #20999 from alalek:dnn_replace_deprecated_calls 3 years ago
rogday b3f966e2ca
Merge pull request #20883 from rogday:eltwise_refactoring 3 years ago
Alexander Alekhin 1926e919be dnn(int8): fix using of incorrect UMat constructor 3 years ago
Smirnov Egor 1feb3838b5 add Ceil, Floor, Log, Round, Sqrt, Not, Equal, Less, Greater 3 years ago
Smirnov Egor 238dbffb48 change asserts for Sum 3 years ago
Smirnov Egor a9d7b6eab7 fix const - input and remove unimplemented function 3 years ago