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

  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
33 enum prediction enum
39 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
43 extern tree build_predict_expr (enum br_predictor, enum prediction);
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
33 enum prediction enum
39 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
43 extern tree build_predict_expr (enum br_predictor, enum prediction);
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
33 enum prediction enum
39 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
43 extern tree build_predict_expr (enum br_predictor, enum prediction);
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
predict.h 1 /* Definitions for branch prediction routines in the GNU compiler.
33 enum prediction enum
39 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
43 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/ceres-solver/docs/
introduction.tex 12 While there is some debate as to who invented of the method of Least Squares~\cite{stigler1981gauss}. There is no debate that it was Carl Friedrich Gauss's prediction of the orbit of the newly discovered asteroid Ceres based on just 41 days of observations that brought it to the attention of the world~\cite{tennenbaum-director}. We named our solver after Ceres to celebrate this seminal event in the history of astronomy, statistics and optimization.

Completed in 553 milliseconds