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

  /external/opencv/ml/src/
mlcnn.cpp 257 CvMat etalon;
271 cvGetRow( etalons, &etalon, *right_etal_idx );
272 loss = (float)cvNorm( dE_dX[n_layers], &etalon );
294 cvGetRow( etalons, &etalon, responses->data.i[worst_img_idx] );
295 cvSub( dE_dX[n_layers], &etalon, dE_dX[n_layers] );
333 CvMat etalon, image;
363 etalon = cvMat( cnn_model->etalons->cols, 1, CV_32FC1, cnn_model->etalons->data.fl );
364 for( i = 0; i < nclasses; i++, etalon.data.fl += cnn_model->etalons->cols )
366 loss = (float)cvNorm( X[n_layers], &etalon );
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
MessageFormatTest.java 936 String etalon="text here 000002007 and here"; local
    [all...]

Completed in 218 milliseconds