Merge pull request #19497 from OrestChura:oc/kmeans_ptest
authorOrest Chura <orest.chura@intel.com>
Thu, 25 Feb 2021 21:58:52 +0000 (00:58 +0300)
committerGitHub <noreply@github.com>
Thu, 25 Feb 2021 21:58:52 +0000 (21:58 +0000)
commit21b2e33ebb448b23ebdf3626e90342ac6ad2dcdb
treea13f761aa8727efbdc17b079d8ad950e02f067f5
parent0553543e6e2f28c124b3ec75097afa61840554d5
Merge pull request #19497 from OrestChura:oc/kmeans_ptest

[G-API]: Performance tests for kmeans

* - Perf.Tests for kmeans(2D, 3D (Point2f/3f), ND (Mat))
 - New file for common parts of acc. and perf. tests for core kernels added
 - Some typos corrections

* Applying comments
modules/gapi/perf/common/gapi_core_perf_tests.hpp
modules/gapi/perf/common/gapi_core_perf_tests_inl.hpp
modules/gapi/perf/cpu/gapi_core_perf_tests_cpu.cpp
modules/gapi/test/common/gapi_core_tests.hpp
modules/gapi/test/common/gapi_core_tests_common.hpp [new file with mode: 0644]
modules/gapi/test/common/gapi_core_tests_inl.hpp
modules/gapi/test/common/gapi_imgproc_tests_common.hpp
modules/gapi/test/common/gapi_tests_common.hpp
modules/gapi/test/cpu/gapi_core_tests_cpu.cpp