mirror of
https://github.com/opencv/opencv.git
synced 2024-12-11 14:39:11 +08:00
ed69bcae2d
Reimplementation of Element-wise layers with broadcasting support * init * semi-working initial version * add small_vector * wip * remove smallvec * add nary function * replace auto with Mat in lambda expr used in transform * uncomment asserts * autobuffer shape_buf & step_buf * fix a missing bracket * fixed a missing addLayer in parseElementWise * solve one-dimensional broadcast * remove pre_broadcast_transform for the case of two constants; fix missing constBlobsExtraInfo when addConstant is called * one autobuffer for step & shape * temporal fix for the missing original dimension information * fix parseUnsqueeze when it gets a 1d tensor constant * support sum/mean/min/max with only one input * reuse old code to handle cases of two non-constant inputs * add condition to handle div & mul of two non-constant inputs * use || instead of or * remove trainling spaces * enlarge buf in binary_forward to contain other buffer * use autobuffer in nary_forward * generate data randomly and add more cases for perf * add op and, or & xor * update perf_dnn * remove some comments * remove legacy; add two ONNX conformance tests in filter * move from cpu_denylist to all_denylist * adjust parsing for inputs>=2 Co-authored-by: fengyuentau <yuantao.feng@opencv.org.cn> |
||
---|---|---|
.. | ||
cityscapes_semsegm_test_enet.py | ||
imagenet_cls_test_alexnet.py | ||
imagenet_cls_test_googlenet.py | ||
imagenet_cls_test_inception.py | ||
npy_blob.cpp | ||
npy_blob.hpp | ||
pascal_semsegm_test_fcn.py | ||
test_backends.cpp | ||
test_caffe_importer.cpp | ||
test_common.cpp | ||
test_common.hpp | ||
test_common.impl.hpp | ||
test_darknet_importer.cpp | ||
test_googlenet.cpp | ||
test_halide_layers.cpp | ||
test_ie_models.cpp | ||
test_int8_layers.cpp | ||
test_layers.cpp | ||
test_main.cpp | ||
test_misc.cpp | ||
test_model.cpp | ||
test_nms.cpp | ||
test_onnx_conformance_layer_filter__cuda_denylist.inl.hpp | ||
test_onnx_conformance_layer_filter__halide_denylist.inl.hpp | ||
test_onnx_conformance_layer_filter__openvino.inl.hpp | ||
test_onnx_conformance_layer_filter__vulkan_denylist.inl.hpp | ||
test_onnx_conformance_layer_filter_opencv_all_denylist.inl.hpp | ||
test_onnx_conformance_layer_filter_opencv_cpu_denylist.inl.hpp | ||
test_onnx_conformance_layer_filter_opencv_ocl_fp16_denylist.inl.hpp | ||
test_onnx_conformance_layer_filter_opencv_ocl_fp32_denylist.inl.hpp | ||
test_onnx_conformance_layer_parser_denylist.inl.hpp | ||
test_onnx_conformance.cpp | ||
test_onnx_importer.cpp | ||
test_precomp.hpp | ||
test_tf_importer.cpp | ||
test_torch_importer.cpp |