289 Commits (8fc31ee9dfd41d453f774366525ad810d2c5fcef)

Author SHA1 Message Date
Yuantao Feng 0521a3a384
Merge pull request #24476 from fengyuentau:attention_layer 12 months ago
Abduragim Shtanchaev d3dd2e463c
Merge pull request #24611 from Abdurrahheem:ash/add_yolov6_test 1 year ago
skycat8 848dd12a1f
Merge pull request #24553 from skycat8:yolov5 1 year ago
zihaomu b913e73d04
DNN: add the Winograd fp16 support (#23654) 1 year ago
Yuantao Feng a478757483
Merge pull request #24544 from fengyuentau:layernorm_conformance 1 year ago
fengyuentau 031846f2e1 remove filter 1 year ago
Dmitry Kurtaev fa56623458
Merge pull request #24463 from dkurt:dnn_shared_nodes_fusion 1 year ago
Abduragim Shtanchaev a3b3a589f9
Merge pull request #24322 from Abdurrahheem:ash/dev_einsum_ellips 1 year ago
Aser Atawya 240b245105
Merge pull request #24092 from Aser-Abdelfatah:GSoC_Support_GatherElements_ONNX 1 year ago
alexlyulkov 014e8485b5
Merge pull request #24367 from alexlyulkov:al/fixed-cumsum-inplace-flag 1 year ago
Yuantao Feng 0507043a55
Merge pull request #24386 from fengyuentau:fix_dtype_nary_eltwise 1 year ago
Yuantao Feng 590f150d5e
dnn: hotfixes for fast gemm (#24315) 1 year ago
Dmitry Kurtaev 2c92eb3175 Enable more tests for OpenVINO 2023.0 1 year ago
Dmitry Kurtaev c7ec0d599a
Merge pull request #23987 from dkurt:openvino_int8_backend 1 year ago
fengyuentau 7fa0493ca0 init commit 1 year ago
Yuantao Feng bb171a0c05
dnn: expand refactor with cv::broadcast for onnx models (#24295) 1 year ago
Abduragim Shtanchaev 865e7cacca
Merge pull request #24037 from Abdurrahheem:ash/dev_einsum 1 year ago
Yuantao Feng 8a96e34e33
dnn: add gemm_layer in place of fully_connected_layer for onnx models (#23897) 1 year ago
Dmitry Kurtaev 4b8aeb1129
Merge pull request #24039 from dkurt:tflite_test_backends 1 year ago
Dmitry Kurtaev 96f23e3da1
Merge pull request #24080 from dkurt:dnn_cuda_layers 1 year ago
Dmitry Kurtaev 6909fffde1 Consider half pixel mode in ONNX resize 2 years ago
Abduragim Shtanchaev 6b53fe8f7b
Merge pull request #23746 from Abdurrahheem:ash/graph_simplifier 2 years ago
Yuantao Feng f07b01cc34
Merge pull request #23655 from fengyuentau:qlinearsoftmax 2 years ago
Abduragim Shtanchaev d2143bcd44
Merge pull request #23614 from Abdurrahheem:lstm_layout_attribute 2 years ago
Zihao Mu 5229312ad2
Merge pull request #22275 from zihaomu:fp16_support_conv 2 years ago
zihaomu 0513741a85 add broadcast where node 2 years ago
Abduragim Shtanchaev 3b1ee0549b added test for lstm without hidden 2 years ago
zihaomu 54e1a8709d fix the bug, disable the fast1x1 when padding is not 0. 2 years ago
Abduragim Shtanchaev b3a2444bcf
Merge pull request #23501 from Abdurrahheem:additional_lstm_tests 2 years ago
zihaomu 51281f8d69 support the split node of onnx opset >= 13 2 years ago
Dmitry Kurtaev 5e1d33329b Several fixes for ONNX importer: Expand, Gather 2 years ago
Dmitry Kurtaev 5df6b4a756
Merge pull request #23325 from dkurt:dnn_input_info 2 years ago
Yuantao Feng c2b7c1f13b
Merge pull request #23219 from fengyuentau:add_gelu 2 years ago
wanli 4718a4bf81 make GEMM can be supported with transA and transB in CUDA 2 years ago
zihaomu f45a12439a fix depth wise issue. 2 years ago
Yuantao Feng 4d918ba40b
Merge pull request #23047 from fengyuentau:layer_norm 2 years ago
zihaomu 840b1d5c94 add depthwise add fuse 2 years ago
fengyuentau 34a0897f90 add cv::flipND; support onnx slice with negative steps via cv::flipND 2 years ago
Alexander Alekhin cdbb893b27 dnn: disable OpenCL code path in MatMul processing 2 years ago
Alexander Alekhin 1102b7eff8 dnn: fix gather layer implementation 2 years ago
zoom 4891818114 make MatMul support 3D or 4D with broadcast 2 years ago
Alexander Alekhin d16b3b2487 dnn(test): restore openvino tests with 'Cannot get memory' message 2 years ago
zihaomu 0d56524b72 gemm support transA and transB, and first input is constance. 2 years ago
fengyuentau 441624a5fb tile impl 2 years ago
zoom 5044af69d1 let MatMul can work when both two inputs are const 2 years ago
zoom ef2677b0a6 Make MatMul layer support 3d or 4d operation with const input 2 years ago
Zihao Mu 903bf0147e
Merge pull request #22666 from zihaomu:support_onnx_qdq_model 2 years ago
Alexander Smorkalov 22f8fb4d5c Do not fail tests in Yolo v7 model was not found. 2 years ago
Smirnov Egor dd14cf6a9c address CUDA-related errors and enable cuda in elementwise ops 2 years ago
zoom d816442e4d Make Unsqueeze layer support negative axes. 2 years ago