Home
last modified time | relevance | path

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

/external/opencv3/modules/flann/include/opencv2/flann/
Dautotuned_index.h456 float timeCost = costs[i].buildTimeCost * build_weight_ + costs[i].searchTimeCost; in estimateBuildParams() local
457 if (timeCost < bestTimeCost) { in estimateBuildParams()
458 bestTimeCost = timeCost; in estimateBuildParams()