/frameworks/ml/bordeaux/learning/multiclass_pa/native/ |
multiclass_pa.cpp | 68 float MulticlassPA::Score(const vector<float>& inputs, 109 float target_class_score = Score(inputs, parameters_[target]); 110 // VLOG(1) << "target class " << target << " score " << target_class_score; 112 float other_class_score = Score(inputs, parameters_[other_class]); 113 // VLOG(1) << "other class " << other_class << " score " << other_class_score; 143 // VLOG(1) << "target class " << target << " score " << target_class_score; 146 // VLOG(1) << "other class " << other_class << " score " << other_class_score; 201 float score_i = Score(inputs, parameters_[i]);
|
multiclass_pa.h | 47 // Computes the score of a given input vector for a given parameter 49 float Score(const std::vector<float>& inputs,
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 72 /** This scheduler uses the value of Score to determine which 73 * instruction to schedule. Instructions with a higher value of Score 75 int Score; 189 unsigned score = sinst->Score; local 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score, 233 while(temp && inst->Score <= temp->Score) { 278 sinst->Score = 0; 284 sinst->Score = 0 1073 int score; local [all...] |
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
radeon_pair_schedule.c | 72 /** This scheduler uses the value of Score to determine which 73 * instruction to schedule. Instructions with a higher value of Score 75 int Score; 189 unsigned score = sinst->Score; local 190 fprintf(stderr,"%u (%d) [%u],", ptr->Instruction->IP, score, 233 while(temp && inst->Score <= temp->Score) { 278 sinst->Score = 0; 284 sinst->Score = 0 1073 int score; local [all...] |
/external/chromium_org/third_party/cld/encodings/compact_lang_det/ |
tote.h | 42 int value_[kMaxSize_]; // Probability score sum 53 void Add(uint8 ikey, int ibytes, int score, int ireliability); 68 int Score(int i) const {return score_[i];} 84 int score_[kMaxSize_]; // Probability score sum
|
compact_lang_det_impl.cc | 35 DEFINE_bool(cld_forcewords, false, "Score all words, in addition to quads"); [all...] |
/external/jmonkeyengine/engine/src/test/jme3test/games/ |
CubeField.java | 69 private int difficulty, Score, colorInt, highCap, lowCap,diffHelp; 100 loadText(fpsScoreText, "Current Score: 0", defaultFont, 0, 2, 0); 114 Score = 0; 169 System.out.println("Player has Collided. Final Score is " + Score); 237 * If Game is Lost display Score and Reset the Game 298 Score += fpsRate * tpf; 299 fpsScoreText.setText("Current Score: "+Score);
|
/cts/suite/cts/deviceTests/browserbench/assets/octane/ |
run.js | 57 function PrintScore(score) { 60 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
|
/external/chromium_org/v8/benchmarks/ |
run.js | 52 function PrintScore(score) { 55 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
|
/external/v8/benchmarks/ |
run.js | 52 function PrintScore(score) { 55 print('Score (version ' + BenchmarkSuite.version + '): ' + score);
|
/external/chromium_org/v8/benchmarks/spinning-balls/ |
v.js | 374 msg.innerHTML = "Score " +
|
/external/v8/benchmarks/spinning-balls/ |
v.js | 374 msg.innerHTML = "Score " +
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/ |
webrunner.js | 358 score: dataStore[dataStore.length - 1], 640 totaloutput += "<tr><th class='name'>Total Score:</th>"; [all...] |