Searched defs:recall (Results 1 - 5 of 5) sorted by relevance

/external/e2fsprogs/ext2ed/
H A Dgeneral_com.c810 void recall (char *command_line) function
837 wprintw (command_win,"Error - Can not recall %s\n",buffer);refresh_command_win ();
/external/tensorflow/tensorflow/python/ops/
H A Dmetrics_impl.py589 thresholds is used to compute pairs of recall and precision values. The area
590 under the ROC-curve is therefore computed using the height of the recall
592 computed using the height of the precision values by the recall.
595 computes the area under a discretized curve of precision versus recall values
1983 @tf_export('metrics.recall')
1984 def recall(labels, function
1990 """Computes the recall of the predictions with respect to the labels.
1992 The `recall` function creates two local variables, `true_positives`
1993 and `false_negatives`, that are used to compute the recall. This value is
1994 ultimately returned as `recall`, a
[all...]
/external/python/cpython2/Lib/idlelib/
H A DPyShell.py1150 # If some text is selected, recall the selection
1156 self.recall(sel, event)
1160 # If we're strictly before the line containing iomark, recall
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 class:PyShell
/external/python/cpython3/Lib/idlelib/
H A Dpyshell.py1128 # If some text is selected, recall the selection
1134 self.recall(sel, event)
1138 # If we're strictly before the line containing iomark, recall
1145 self.recall(self.text.get(prev[0], prev[1]), event)
1149 self.recall(self.text.get(next[0], next[1]), event)
1155 self.recall(self.text.get(indices[1], "insert lineend"), event)
1157 self.recall(self.text.get("insert linestart", "insert lineend"), event)
1188 def recall(self, s, event): member in class:PyShell
/external/scapy/scapy/contrib/
H A Dgsm_um.py1973 def recall(): function

Completed in 284 milliseconds