Searched defs:sw_count (Results 1 - 1 of 1) sorted by relevance

/external/opencv/ml/src/
H A Dmlann_mlp.cpp704 int i, sw_type = 0, sw_count = 0; local
745 sw_count = _sample_weights->cols + _sample_weights->rows - 1;
749 sw_count != count && sw_count != _inputs->rows )
774 int si = sw_count == count ? i : idx;

Completed in 174 milliseconds