HomeSort by relevance Sort by last modified time
    Searched defs:prediction (Results 1 - 3 of 3) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
32 enum prediction enum
38 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
42 extern tree build_predict_expr (enum br_predictor, enum prediction);
  /frameworks/ml/bordeaux/service/src/android/bordeaux/services/
Learning_MulticlassPA.java 69 // This implementation, combines training and prediction in one step.
70 // The return value is the prediction value for the supplied sample. It
84 int prediction = mMulticlassPA_learner.sparseGetClass(splited.indexArray, local
86 return prediction;
  /external/deqp/modules/gles3/performance/
es3pBufferDataUploadTests.cpp 716 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset; local
718 timeDiffs[ndx] = actual - prediction;
733 const float prediction = samples[ndx].*predictor * fit.coefficient + fit.offset; local
739 if (prediction < 1.0f)
742 relativeDiffs[ndx] = (actual - prediction) / prediction;
    [all...]

Completed in 362 milliseconds