Lines Matching full:layeridx
1276 Mat getWeights(int layerIdx) const1278 CV_Assert( 0 <= layerIdx && layerIdx < (int)weights.size() );1279 return weights[layerIdx];