Home
last modified time | relevance | path

Searched refs:score (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20130806_221321-fw_1.0.AA-robot/
Dtouch_firmware_report-link-fw_1.0.AA-robot-20130806_22132110 score: 1.000000
17 score: 1.000000
24 score: 0.812843
30 score: 1.000000
36 score: 0.750000
42 score: 1.000000
48 score: 1.000000
59 score: 1.000000
66 score: 1.000000
73 score: 1.000000
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/link/20131115_234449-fw_1.0.AA-manual/
Dtouch_firmware_report-link-fw_1.0.AA-manual-20131115_23444910 score: 1.000000
16 score: 1.000000
22 score: 1.000000
28 score: 1.000000
34 score: 1.000000
45 score: 1.000000
51 score: 1.000000
57 score: 1.000000
63 score: 1.000000
69 score: 1.000000
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032458-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_06571710 score: 1.000000
16 score: 1.000000
22 score: 1.000000
28 score: 1.000000
39 score: 1.000000
45 score: 0.000000
51 score: 1.000000
57 score: 1.000000
68 score: 1.000000
74 score: 1.000000
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_030025-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_06544810 score: 1.000000
16 score: 1.000000
22 score: 1.000000
28 score: 1.000000
39 score: 1.000000
45 score: 1.000000
51 score: 1.000000
57 score: 1.000000
68 score: 1.000000
74 score: 1.000000
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_032659-fw_11.23-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.23-complete-20130614_06581710 score: 1.000000
16 score: 1.000000
22 score: 1.000000
28 score: 1.000000
39 score: 1.000000
45 score: 1.000000
51 score: 1.000000
57 score: 1.000000
68 score: 1.000000
74 score: 1.000000
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/logs/lumpy/20130506_031746-fw_11.27-robot_sim/
Dtouch_firmware_report-lumpy-fw_11.27-complete-20130614_06555710 score: 1.000000
16 score: 1.000000
22 score: 1.000000
28 score: 1.000000
39 score: 1.000000
45 score: 1.000000
51 score: 1.000000
57 score: 1.000000
68 score: 1.000000
74 score: 1.000000
[all …]
/external/toolchain-utils/crosperf/
Dunittest_keyval_file.txt1 {"description": "Box2D", "graph": "Box2D", "higher_is_better": true, "units": "score", "value": 477…
2 {"description": "CodeLoad", "graph": "CodeLoad", "higher_is_better": true, "units": "score", "value…
3 {"description": "Crypto", "graph": "Crypto", "higher_is_better": true, "units": "score", "value": 8…
4 {"description": "DeltaBlue", "graph": "DeltaBlue", "higher_is_better": true, "units": "score", "val…
5 {"description": "EarleyBoyer", "graph": "EarleyBoyer", "higher_is_better": true, "units": "score", …
6 {"description": "Gameboy", "graph": "Gameboy", "higher_is_better": true, "units": "score", "value":…
7 {"description": "Mandreel", "graph": "Mandreel", "higher_is_better": true, "units": "score", "value…
8 …eelLatency", "graph": "MandreelLatency", "higher_is_better": true, "units": "score", "value": 5188}
9 {"description": "NavierStokes", "graph": "NavierStokes", "higher_is_better": true, "units": "score"…
10 {"description": "PdfJS", "graph": "PdfJS", "higher_is_better": true, "units": "score", "value": 645…
[all …]
/external/brotli/research/
Ddurchschlag.cc21 Score score; member
30 Score score; member
36 return (a.score > b.score) || in operator ()()
37 ((a.score == b.score) && (a.position < b.position)); in operator ()()
43 return (a.score < b.score) || in operator ()()
44 ((a.score == b.score) && (a.position > b.position)); in operator ()()
91 Score score = 0; in buildCandidatesList() local
98 score += item.score; in buildCandidatesList()
110 score += pick.score; in buildCandidatesList()
114 if (score > maxScore) { in buildCandidatesList()
[all …]
/external/tensorflow/tensorflow/python/util/
Ddispatch_test.py33 def __init__(self, tensor, score): argument
35 self.score = score
55 (x.score+y.score) / 2.0)
64 self.assertNear(x_plus_y.score, 1.0, 0.001)
86 (x.score + y.score + z.score) / 3.0)
94 self.assertNear(result.score, 0.4, 0.001)
105 (a.score + b.score + c.score) / 3.0)
114 return x if x.score > 0 else y
/external/tensorflow/tensorflow/examples/speech_commands/
Drecognize_commands_test.cc32 float score; in TEST() local
35 results, 0, &found_command, &score, &is_new_command)); in TEST()
48 float score; in TEST() local
52 results, current_time_ms, &found_command, &score, &is_new_command)); in TEST()
67 float score; in TEST() local
71 results, current_time_ms, &found_command, &score, &is_new_command)); in TEST()
89 float score; in TEST() local
92 .ProcessLatestResults(bad_results, 0, &found_command, &score, in TEST()
104 float score; in TEST() local
107 results, 100, &found_command, &score, &is_new_command)); in TEST()
[all …]
/external/apache-xml/src/main/java/org/apache/xpath/patterns/
DFunctionPattern.java107 XNumber score = SCORE_NONE; in execute() local
115 score = (n == context) ? SCORE_OTHER : SCORE_NONE; in execute()
117 if (score == SCORE_OTHER) in execute()
129 return score; in execute()
151 XNumber score = SCORE_NONE; in execute() local
159 score = (n == context) ? SCORE_OTHER : SCORE_NONE; in execute()
161 if (score == SCORE_OTHER) in execute()
172 return score; in execute()
194 XNumber score = SCORE_NONE; in execute() local
202 score = (n == context) ? SCORE_OTHER : SCORE_NONE; in execute()
[all …]
DContextMatchStepPattern.java90 XObject score = NodeTest.SCORE_NONE; in executeRelativePathPattern() local
119 score = execute(xctxt); in executeRelativePathPattern()
121 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
126 return score; in executeRelativePathPattern()
128 score = NodeTest.SCORE_NONE; in executeRelativePathPattern()
147 score = execute(xctxt); in executeRelativePathPattern()
149 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
154 if (score != NodeTest.SCORE_NONE) in executeRelativePathPattern()
155 return score; in executeRelativePathPattern()
176 return score; in executeRelativePathPattern()
/external/tensorflow/tensorflow/lite/experimental/micro/examples/micro_speech/
Drecognize_commands_test.cc86 uint8_t score; in TF_LITE_MICRO_TEST() local
90 &results, 0, &found_command, &score, &is_new_command)); in TF_LITE_MICRO_TEST()
107 uint8_t score; in TF_LITE_MICRO_TEST() local
112 &yes_results, current_time_ms, &found_command, &score, in TF_LITE_MICRO_TEST()
130 uint8_t score; in TF_LITE_MICRO_TEST() local
137 &no_results, current_time_ms, &found_command, &score, in TF_LITE_MICRO_TEST()
147 TF_LITE_MICRO_EXPECT_EQ(231, score); in TF_LITE_MICRO_TEST()
163 uint8_t score; in TF_LITE_MICRO_TEST() local
167 &bad_results, 0, &found_command, &score, &is_new_command)); in TF_LITE_MICRO_TEST()
181 uint8_t score; in TF_LITE_MICRO_TEST() local
[all …]
/external/archive-patcher/generator/src/main/java/com/google/archivepatcher/generator/bsdiff/
DBsDiffPatchWriter.java127 int score = 0; in generatePatchWithMatcher() local
133 ++score; in generatePatchWithMatcher()
135 --score; in generatePatchWithMatcher()
138 if (score > bestScore) { in generatePatchWithMatcher()
139 bestScore = score; in generatePatchWithMatcher()
150 int score = 0; in generatePatchWithMatcher() local
158 ++score; in generatePatchWithMatcher()
160 --score; in generatePatchWithMatcher()
162 if (score > bestScore) { in generatePatchWithMatcher()
163 bestScore = score; in generatePatchWithMatcher()
[all …]
/external/compiler-rt/lib/asan/
Dasan_scariness_score.h46 score += add_to_score; in Scare()
48 int GetScore() const { return score; } in GetScore()
51 if (score && flags()->print_scariness) in Print()
52 Printf("SCARINESS: %d (%s)\n", score, descr); in Print()
54 static void PrintSimple(int score, const char *descr) { in PrintSimple() argument
56 SS.Scare(score, descr); in PrintSimple()
61 int score = 0;
/external/brotli/c/enc/
Dhash_longest_match_quickly_inc.h139 score_t min_score = out->score; in FN()
140 score_t best_score = out->score; in FN()
152 const score_t score = BackwardReferenceScoreUsingLastDistance(len); in FN() local
153 if (best_score < score) { in FN()
154 best_score = score; in FN()
158 out->score = best_score; in FN()
186 const score_t score = BackwardReferenceScore(len, backward); in FN() local
187 if (best_score < score) { in FN()
190 out->score = score; in FN()
212 const score_t score = BackwardReferenceScore(len, backward); in FN() local
[all …]
/external/autotest/client/site_tests/firmware_TouchMTB/tests/
Dvalidators_unittest.py59 return vlog.score
67 score = self._test_count_tracking_id(filename, '== 2', lumpy)
68 self.assertTrue(score == 0)
76 score = self._test_count_tracking_id(filename, '== 1', lumpy)
77 self.assertTrue(score == 0)
85 score = self._test_count_tracking_id(filename, '== 2', lumpy)
86 self.assertTrue(score == 0)
99 return vlog.score
114 score = self._test_drumroll(filename, self.criteria, lumpy)
115 self.assertTrue(score == 0)
[all …]
/external/autotest/client/site_tests/graphics_GLMark2/
Dgraphics_GLMark2.py111 score = None
117 score = int(match[0])
118 if not score:
121 logging.info('GLMark2 score: %d', score)
125 EventLog('graphics_GLMark2').Log('glmark2_score', score=score)
126 keyvals['glmark2_score'] = score
130 value=score,
134 if min_score is not None and score < min_score:
137 'requirement)' % (score, min_score))
/external/autotest/client/site_tests/platform_GesturesRegressionTest/
Dplatform_GesturesRegressionTest.py54 score = value['score']
55 not_integer = isinstance(score, bool) or not isinstance(score, int)
56 if not_integer and not isinstance(score, float):
57 score = 0.0
58 self.test_results[key.replace('/', '-')] = score
59 self.output_perf_value(key.replace('/', '-'), score, 'points')
/external/tensorflow/tensorflow/lite/examples/android/app/src/main/java/org/tensorflow/demo/
DRecognizeCommands.java69 public final float score; field in RecognizeCommands.RecognitionResult
74 score = inScore; in RecognitionResult()
80 public final float score; field in RecognizeCommands.ScoreForSorting
84 score = inScore; in ScoreForSorting()
90 if (this.score > other.score) { in compareTo()
92 } else if (this.score < other.score) { in compareTo()
166 final float currentTopScore = sortedAverageScores[0].score; in processLatestResults()
/external/tensorflow/tensorflow/examples/android/src/org/tensorflow/demo/
DRecognizeCommands.java69 public final float score; field in RecognizeCommands.RecognitionResult
74 score = inScore; in RecognitionResult()
80 public final float score; field in RecognizeCommands.ScoreForSorting
84 score = inScore; in ScoreForSorting()
90 if (this.score > other.score) { in compareTo()
92 } else if (this.score < other.score) { in compareTo()
166 final float currentTopScore = sortedAverageScores[0].score; in processLatestResults()
/external/tensorflow/tensorflow/contrib/learn/python/learn/learn_io/
Dio_test.py48 score = accuracy_score(labels[0], list(classifier.predict_classes(data)))
49 self.assertGreater(score, 0.5, "Failed with score = {0}".format(score))
64 score = accuracy_score(labels, list(classifier.predict_classes(data)))
65 self.assertGreater(score, 0.5, "Failed with score = {0}".format(score))
120 score = accuracy_score(labels.compute(), predictions)
121 self.assertGreater(score, 0.5, "Failed with score = {0}".format(score))
/external/tensorflow/tensorflow/lite/models/smartreply/demo/app/src/main/java/com/example/android/smartreply/
DSmartReply.java29 private final float score; field in SmartReply
32 public SmartReply(String text, float score) { in SmartReply() argument
34 this.score = score; in SmartReply()
42 return score; in getScore()
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dattention_wrapper.py139 self._probability_fn = lambda score, prev: ( # pylint:disable=g-long-lambda
141 _maybe_mask_score(score,
466 def _mask_probability_fn(score, prev): argument
469 score,
642 score = math_ops.matmul(query, keys, transpose_b=True)
643 score = array_ops.squeeze(score, [1])
646 score = scale * score
647 return score
702 wrapped_probability_fn = lambda score, _: probability_fn(score) argument
737 score = _luong_score(query, self._keys, attention_g)
[all …]
/external/tensorflow/tensorflow/core/util/ctc/
Dctc_beam_search_test.cc34 float score; member
47 root->score = 0; in InitializeState()
64 return previous_score + state.score; in GetStateExpansionScore()
69 return state.score; in GetStateEndExpansionScore()
95 state->score = std::log(1.0); in SetStateScoreAccordingToDict()
100 state->score = std::log(0.01); in SetStateScoreAccordingToDict()
163 float score[batch_size][top_paths] = {{0.0}}; in TEST() local
164 Eigen::Map<Eigen::MatrixXf> scores(&score[0][0], batch_size, top_paths); in TEST()
213 float score[batch_size][top_paths] = {{0.0}}; in TEST() local
214 Eigen::Map<Eigen::MatrixXf> scores(&score[0][0], batch_size, top_paths); in TEST()
[all …]

12345678910>>...13