Home
last modified time | relevance | path

Searched refs:GetCallsForImpl (Results 1 – 2 of 2) sorted by relevance

/external/opencv3/modules/ts/src/
Dts_perf.cpp1467 rec = implConf.GetCallsForImpl(CV_IMPL_IPP|CV_IMPL_MT); in reportMetrics()
1469 rec = implConf.GetCallsForImpl(CV_IMPL_IPP); in reportMetrics()
1474 rec = implConf.GetCallsForImpl(CV_IMPL_OCL); in reportMetrics()
1523 rec = implConf.GetCallsForImpl(CV_IMPL_IPP|CV_IMPL_MT); in reportMetrics()
1525 rec = implConf.GetCallsForImpl(CV_IMPL_IPP); in reportMetrics()
1530 rec = implConf.GetCallsForImpl(CV_IMPL_OCL); in reportMetrics()
1611 …Conf.icv) {printf("ICV_MT "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP|C… in TearDown()
1612 …Conf.ipp) {printf("IPP_MT "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP|C… in TearDown()
1616 …mplConf.icv) {printf("ICV "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP);… in TearDown()
1617 …mplConf.ipp) {printf("IPP "); std::vector<cv::String> fun = implConf.GetCallsForImpl(CV_IMPL_IPP);… in TearDown()
[all …]
/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp299 std::vector<cv::String> GetCallsForImpl(int impl) in GetCallsForImpl() function