Home | History | Annotate | Download | only in src

Lines Matching full:layeridx

1276     Mat getWeights(int layerIdx) const
1278 CV_Assert( 0 <= layerIdx && layerIdx < (int)weights.size() );
1279 return weights[layerIdx];