Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dann_mlp.cpp1269 FileNodeIterator w_it = fn["weights"].begin(); in read() local
1271 for( i = 1; i < l_count; i++, ++w_it ) in read()
1272 (*w_it).readRaw("d", weights[i].ptr(), weights[i].total()*esz); in read()