HomeSort by relevance Sort by last modified time
    Searched refs:layer_sizes (Results 1 - 7 of 7) sorted by null

  /external/opencv/ml/src/
mlann_mlp.cpp 95 layer_sizes = wbuf = 0;
108 layer_sizes = wbuf = 0;
125 cvReleaseMat( &layer_sizes );
180 for( i = 1; i < layer_sizes->cols; i++ )
182 int n1 = layer_sizes->data.i[i-1];
183 int n2 = layer_sizes->data.i[i];
198 if( i < layer_sizes->cols - 1 )
234 CV_CALL( layer_sizes = cvCreateMat( 1, l_count, CV_32SC1 ));
235 l_dst = layer_sizes->data.i;
275 if( !layer_sizes )
    [all...]
  /external/libvpx/libvpx/vpx/
vpx_encoder.h 196 size_t layer_sizes[VPX_SS_MAX_LAYERS]; member in union:vpx_codec_cx_pkt::__anon26286
    [all...]
  /external/opencv/ml/include/
ml.h 1232 CvMat* layer_sizes; member in class:CvANN_MLP
    [all...]
  /external/opencv/cv/src/
cvpyramids.cpp     [all...]
  /external/libvpx/libvpx/vpx/src/
svc_encodeframe.c 593 si->bytes_sum[i] += cx_pkt->data.layer_sizes[i];
  /external/opencv/cv/include/
cv.h 115 const CvSize* layer_sizes CV_DEFAULT(0),
    [all...]
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c     [all...]

Completed in 240 milliseconds