Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dautotuned_index.h460 float timeCost = costs[i].buildTimeCost * build_weight_ + costs[i].searchTimeCost; in estimateBuildParams() local
461 if (timeCost < bestTimeCost) { in estimateBuildParams()
462 bestTimeCost = timeCost; in estimateBuildParams()