HomeSort by relevance Sort by last modified time
    Searched full:sw_step (Results 1 - 1 of 1) sorted by null

  /external/opencv/ml/src/
mlann_mlp.cpp 705 int sw_step = 0; local
754 sw_step = CV_IS_MAT_CONT(_sample_weights->type) ? 1 :
776 (double)_sample_weights->data.fl[si*sw_step] :
777 _sample_weights->data.db[si*sw_step];
    [all...]

Completed in 187 milliseconds