/external/tensorflow/tensorflow/lite/tools/evaluation/stages/utils/ |
D | image_metrics.cc | 82 const float recall = in FromPRCurve() local 91 pr_out->emplace_back(p, recall); in FromPRCurve() 97 const float recall = static_cast<float>(r_level) / opts_.num_recall_points; in FromPRCurve() local 100 pr_out->emplace_back(p, recall); in FromPRCurve()
|
/external/rust/crates/libz-sys/src/zlib/doc/ |
D | txtvsbin.txt | 23 of false negatives is sometimes too high, which means that the recall 29 a much increased precision and a near-100% recall. This scheme is 89 of black-listed codes would provide an increased recall (i.e. more true 96 a near-100% recall.
|
/external/rust/crates/libz-sys/src/zlib-ng/doc/ |
D | txtvsbin.txt | 23 of false negatives is sometimes too high, which means that the recall 29 a much increased precision and a near-100% recall. This scheme is 89 of black-listed codes would provide an increased recall (i.e. more true 96 a near-100% recall.
|
/external/tensorflow/tensorflow/python/keras/ |
D | metrics.py | 1749 def __init__(self, recall, num_thresholds=200, name=None, dtype=None): argument 1750 if recall < 0 or recall > 1: 1752 self.recall = recall 1755 value=recall, 1769 config = {'num_thresholds': self.num_thresholds, 'recall': self.recall} 2245 recall = math_ops.div_no_nan(self.true_positives, 2251 y = recall 2255 x = recall
|
D | metrics_confusion_matrix_test.py | 933 self.assertEqual(s_obj.recall, 0.4) 940 self.assertEqual(s_obj2.recall, 0.4)
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | metrics_test.py | 959 metrics.recall( 968 mean, _ = metrics.recall( 977 _, update_op = metrics.recall( 989 recall, update_op = metrics.recall(labels, predictions) 999 initial_recall = self.evaluate(recall) 1001 self.assertEqual(initial_recall, self.evaluate(recall)) 1009 recall, update_op = metrics.recall(labels, predictions) 1014 self.assertAlmostEqual(1.0, self.evaluate(recall), 6) 1023 recall, update_op = metrics.recall(labels, predictions) 1028 self.assertAlmostEqual(0.5, self.evaluate(recall)) [all …]
|
/external/python/cpython3/Lib/idlelib/ |
D | pyshell.py | 1155 self.recall(sel, event) 1166 self.recall(self.text.get(prev[0], prev[1]), event) 1170 self.recall(self.text.get(next[0], next[1]), event) 1176 self.recall(self.text.get(indices[1], "insert lineend"), event) 1178 self.recall(self.text.get("insert linestart", "insert lineend"), event) 1209 def recall(self, s, event): member in PyShell
|
/external/python/cpython2/Lib/idlelib/ |
D | PyShell.py | 1156 self.recall(sel, event) 1167 self.recall(self.text.get(prev[0], prev[1]), event) 1171 self.recall(self.text.get(next[0], next[1]), event) 1177 self.recall(self.text.get(indices[1], "insert lineend"), event) 1179 self.recall(self.text.get("insert linestart", "insert lineend"), event) 1210 def recall(self, s, event): member in PyShell
|
/external/eigen/doc/ |
D | Overview.dox | 11 …iption of the API in a very condensed format that is specially useful to recall the syntax of a pa…
|
D | CustomizingEigen_NullaryExpr.dox | 12 Let us recall that a circulant matrix is a matrix where each column is the same as the
|
/external/llvm-project/polly/lib/External/isl/doc/ |
D | SubmittingPatches | 49 - recall the major issues discovered during the previous
|
/external/tensorflow/tensorflow/lite/tools/evaluation/proto/ |
D | evaluation_stages.proto | 262 // + num_recall_points) recall levels. E.g., if num_recall_points is 10, 263 // recall levels are 0., 0.1, 0.2, ..., 0.9, 1.0.
|
/external/e2fsprogs/ext2ed/ |
D | ext2ed.h | 264 extern void recall (char *command_line);
|
D | init.c | 90 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall); in add_general_commands()
|
D | general_com.c | 810 void recall (char *command_line) in recall() function
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.keras.metrics.-precision-at-recall.pbtxt | 134 …argspec: "args=[\'self\', \'recall\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, keyw…
|
D | tensorflow.metrics.pbtxt | 84 name: "recall"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.keras.metrics.-precision-at-recall.pbtxt | 134 …argspec: "args=[\'self\', \'recall\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, keyw…
|
D | tensorflow.metrics.-precision-at-recall.pbtxt | 134 …argspec: "args=[\'self\', \'recall\', \'num_thresholds\', \'name\', \'dtype\'], varargs=None, keyw…
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 66 I don't recall all your arguments in favor so let's discuss this again,
|
/external/llvm-project/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 66 I don't recall all your arguments in favor so let's discuss this again,
|
/external/tensorflow/tensorflow/python/distribute/ |
D | metrics_v1_test.py | 387 return metrics.recall(labels, predictions)
|
/external/python/cpython2/Doc/tutorial/ |
D | interactive.rst | 17 The command line history recall which operates within DOS boxes on NT and some
|
/external/llvm-project/lld/docs/ |
D | Readers.rst | 131 (recall that Atoms are "nodes" and References are "edges"). Most References
|
/external/gemmlowp/doc/ |
D | packing.md | 130 Here we recall a very important principle that was explained in
|