Home | History | Annotate | Download | only in src

Lines Matching refs:cvReshape

1115         cvReshape( dE_dW, &dE_dW_mat, 0, weights->rows );
1169 cvReshape( dY_dX_elems, &activ_func_der, 0, 1 );
1175 cvReshape( layer->sumX, &sumX_row, 0, 1 );
1200 CV_CALL(cvReshape( dY_dX_elems, dY_dX_elems, 0, 1 ));
1230 cvReshape( dE_dW, &dE_dW_mat, 0, weights->rows );
1287 CV_CALL(cvReshape( layer->exp2ssumWX, &exp2ssumWXrow, 0, layer->exp2ssumWX->cols ));
1299 cvReshape( X, &Xrow, 0, 1 );
1318 cvReshape( dE_dW, &dE_dW_mat, 0, n_outputs );