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

  /external/tensorflow/tensorflow/contrib/metrics/python/ops/
metric_ops.py 749 num_thresholds = len(thresholds)
768 array_ops.tile(array_ops.transpose(predictions_2d), [num_thresholds, 1]),
774 label_is_pos = array_ops.tile(labels_2d, [num_thresholds, 1])
    [all...]
metric_ops_test.py     [all...]
  /external/tensorflow/tensorflow/python/ops/
metrics_impl.py 481 num_thresholds = len(thresholds)
500 array_ops.tile(array_ops.transpose(predictions_2d), [num_thresholds, 1]),
506 label_is_pos = array_ops.tile(labels_2d, [num_thresholds, 1])
514 array_ops.reshape(weights, [1, -1]), [num_thresholds, 1])
525 [num_thresholds], dtypes.float32, name='true_positives')
537 [num_thresholds], dtypes.float32, name='false_negatives')
549 [num_thresholds], dtypes.float32, name='true_negatives')
561 [num_thresholds], dtypes.float32, name='false_positives')
578 num_thresholds=200,
596 (computed using the aforementioned variables). The `num_thresholds` variabl
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
metrics_test.py     [all...]

Completed in 141 milliseconds