mirror of
https://github.com/opencv/opencv.git
synced 2026-07-28 23:03:03 +04:00
93353aea70
Fix LSTM support in ONNX * fix LSTM and add peephole support * disable old tests * turn lambdas into functions * more hacks for c++98 * add assertions * slice fixes * backport of cuda-related fixes * address review comments