HomeSort by relevance Sort by last modified time
    Searched refs:recall (Results 1 - 16 of 16) sorted by null

  /external/e2fsprogs/ext2ed/
ext2ed.h 264 extern void recall (char *command_line);
general_com.c 810 void recall (char *command_line) function
837 wprintw (command_win,"Error - Can not recall %s\n",buffer);refresh_command_win ();
init.c 90 add_user_command (&general_commands,"recall","Gets back to the saved object position",recall);
  /external/tensorflow/tensorflow/contrib/tensor_forest/client/
eval_metrics.py 109 return metrics.recall(
138 'recall': _recall,
153 'recall': INFERENCE_PRED_NAME,
  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops_test.py     [all...]
metric_ops.py 452 @deprecated(None, 'Please switch to tf.metrics.recall. Note that the order '
460 """Computes the recall of the predictions with respect to the labels.
463 and `false_negatives`, that are used to compute the recall. This value is
464 ultimately returned as `recall`, an idempotent operation that simply divides
468 `update_op` that updates these variables and returns the `recall`. `update_op`
480 metrics_collections: An optional list of collections that `recall` should
487 recall: Scalar float `Tensor` with the value of `true_positives` divided
491 `recall`.
499 return metrics.recall(
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
metrics_test.py     [all...]
  /external/python/cpython2/Lib/idlelib/
PyShell.py 1210 def recall(self, s, event): member in class:PyShell
    [all...]
  /external/python/cpython3/Lib/idlelib/
pyshell.py 1211 def recall(self, s, event): member in class:PyShell
    [all...]
  /external/tensorflow/tensorflow/python/keras/
metrics.py     [all...]
  /external/tensorflow/tensorflow/contrib/distribute/python/
metrics_v1_test.py 383 return metrics.recall(labels, predictions)
  /build/soong/genrule/
genrule.go 362 // recall that Sprintf replaces percent sign expressions, whereas dollar signs expressions remain as written,
  /external/ltp/lib/
tlibio.c 142 "async i/o using recall/aio_suspend"},
160 "single stride async listio using recall"},
178 {"recall", LIO_WAIT_RECALL,
179 "use recall(2)/aio_suspend(3) to wait for i/o to complete"},
503 * wait method is: recall(2) for writea(2) and listio(2); aio_suspend(3) for
1073 * wait method is: recall(2) for reada(2) and listio(2); aio_suspend(3) for
    [all...]
  /external/tensorflow/tensorflow/python/ops/
metrics_impl.py 644 thresholds is used to compute pairs of recall and precision values. The area
645 under the ROC-curve is therefore computed using the height of the recall
647 computed using the height of the precision values by the recall.
650 computes the area under a discretized curve of precision versus recall values
682 'PR' for the Precision-Recall-curve.
2105 def recall(labels, function
    [all...]
  /external/ltp/testcases/kernel/fs/doio/
doio.c 1175 {"recall", A_RECALL},
1255 aio_strat = "RECALL";
    [all...]
  /external/scapy/scapy/contrib/
gsm_um.py 1973 def recall(): function
    [all...]

Completed in 2707 milliseconds