Home
last modified time | relevance | path

Searched refs:bestCost (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.h466 float bestCost = costs[0].searchTimeCost / bestTimeCost; in estimateBuildParams() local
472 if (crtCost < bestCost) { in estimateBuildParams()
473 bestCost = crtCost; in estimateBuildParams()