Home | History | Annotate | Download | only in src

Lines Matching refs:CV_IS_MAT

222     if( !CV_IS_MAT(_layer_sizes) ||
278 if( !CV_IS_MAT(_inputs) || !CV_IS_MAT(_outputs) ||
712 if( !CV_IS_MAT(_inputs) || CV_MAT_TYPE(_inputs->type) != CV_32FC1 &&
719 if( !CV_IS_MAT(_outputs) || CV_MAT_TYPE(_outputs->type) != CV_32FC1 &&
741 if( !CV_IS_MAT(_sample_weights) )