Home
last modified time | relevance | path

Searched defs:ImplData (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ts/include/opencv2/ts/
Dts_perf.hpp271 typedef struct ImplData struct
273 bool ipp;
274 bool icv;
275 bool ipp_mt;
276 bool ocl;
277 bool plain;
278 std::vector<int> implCode;
279 std::vector<cv::String> funName;
281 ImplData() in ImplData() function
286 void Reset() in Reset()
[all …]