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

  /external/tensorflow/tensorflow/contrib/layers/python/layers/
target_column.py 497 threshold_predictions = math_ops.to_float(
500 predictions=threshold_predictions, labels=labels, weights=weights)
  /external/tensorflow/tensorflow/python/estimator/canned/
head.py 497 threshold_predictions = math_ops.to_float(
500 labels=labels, predictions=threshold_predictions, weights=weights,
    [all...]
  /external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
head.py     [all...]

Completed in 269 milliseconds