mirror of
https://github.com/opencv/opencv.git
synced 2024-12-05 01:39:13 +08:00
53b6fb465c
Fix incorrect use of std::move() in g-api perf tests * First version * Fix perfomace tests Replace c.apply(...); with cc = c.compile(...); cc(...); * Remove output meta arguments from .compile() * Style fix * Remove useless commented string * Stick to common pattern : i.e. use gin() and gout() explicitly. * Use cc(gin(...), gout(...)) in all cases. |
||
---|---|---|
.. | ||
gapi_core_perf_tests_inl.hpp | ||
gapi_core_perf_tests.cpp | ||
gapi_core_perf_tests.hpp | ||
gapi_imgproc_perf_tests_inl.hpp | ||
gapi_imgproc_perf_tests.cpp | ||
gapi_imgproc_perf_tests.hpp |