Home
last modified time | relevance | path

Searched refs:PROBABILITIES (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Ddynamic_rnn_estimator_test.py194 prediction_key.PredictionKey.PROBABILITIES: True,
199 prediction_key.PredictionKey.PROBABILITIES: True})}),
213 prediction_key.PredictionKey.PROBABILITIES: True,
635 prediction_key.PredictionKey.PROBABILITIES,
640 prediction_key.PredictionKey.PROBABILITIES]
773 prediction_key.PredictionKey.PROBABILITIES,
779 prediction_key.PredictionKey.PROBABILITIES]
Dprediction_key.py32 PROBABILITIES = "probabilities" variable in PredictionKey
Dhead.py907 prediction_key.PredictionKey.PROBABILITIES:
910 name=prediction_key.PredictionKey.PROBABILITIES),
1136 prediction_key.PredictionKey.PROBABILITIES:
1138 logits, name=prediction_key.PredictionKey.PROBABILITIES),
1149 probabilities = predictions[prediction_key.PredictionKey.PROBABILITIES]
1399 prediction_key.PredictionKey.PROBABILITIES:
1401 logits, name=prediction_key.PredictionKey.PROBABILITIES),
1414 probabilities = predictions[prediction_key.PredictionKey.PROBABILITIES]
2107 probabilities = predictions.get(prediction_key.PredictionKey.PROBABILITIES)
2110 prediction_key.PredictionKey.PROBABILITIES)
[all …]
Drnn_common.py295 name=prediction_key.PredictionKey.PROBABILITIES)
297 prediction_key.PredictionKey.PROBABILITIES] = probabilities
Ddebug.py237 key = prediction_key.PredictionKey.PROBABILITIES
Dsvm.py184 key = prediction_key.PredictionKey.PROBABILITIES
Ddnn.py492 key = prediction_key.PredictionKey.PROBABILITIES
525 prediction_key=prediction_key.PredictionKey.PROBABILITIES,
Dlinear.py599 key = prediction_key.PredictionKey.PROBABILITIES
631 prediction_key=prediction_key.PredictionKey.PROBABILITIES,
Dmodel_fn.py235 scores = output_tensors.get(prediction_key.PredictionKey.PROBABILITIES)
Ddnn_linear_combined.py809 key = prediction_key.PredictionKey.PROBABILITIES
840 prediction_key=prediction_key.PredictionKey.PROBABILITIES,
Dstate_saving_rnn_estimator_test.py587 prediction_key.PredictionKey.PROBABILITIES, ssre._get_state_name(0)
590 probabilities = prediction_dict[prediction_key.PredictionKey.PROBABILITIES]
Ddynamic_rnn_estimator.py298 prediction_key.PredictionKey.PROBABILITIES: probabilities,
Dhead_test.py1809 ("head1", prediction_key.PredictionKey.PROBABILITIES),
1812 ("head2", prediction_key.PredictionKey.PROBABILITIES),
1824 prediction_key.PredictionKey.PROBABILITIES,
1828 prediction_key.PredictionKey.PROBABILITIES,
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Deval_metrics.py31 INFERENCE_PROB_NAME = prediction_key.PredictionKey.PROBABILITIES
/external/tensorflow/tensorflow/contrib/kernel_methods/python/
Dkernel_estimators.py336 key = prediction_key.PredictionKey.PROBABILITIES
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/
Dsdca_estimator.py416 key = prediction_key.PredictionKey.PROBABILITIES
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dsaved_model_export_utils.py138 scores = output_tensors.get(prediction_key.PredictionKey.PROBABILITIES)