Searched refs:CV_SVM_MIN_CACHE_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmlsvm.cpp84 #define CV_SVM_MIN_CACHE_SIZE (40 << 20) /* 40Mb */ macro
455 cache_size = MAX( cache_line_size*sample_count/4, CV_SVM_MIN_CACHE_SIZE );

Completed in 83 milliseconds