Searched refs:PROBABILITIES (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | dynamic_rnn_estimator_test.py | 194 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]
|
D | prediction_key.py | 32 PROBABILITIES = "probabilities" variable in PredictionKey
|
D | head.py | 907 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 …]
|
D | rnn_common.py | 295 name=prediction_key.PredictionKey.PROBABILITIES) 297 prediction_key.PredictionKey.PROBABILITIES] = probabilities
|
D | debug.py | 237 key = prediction_key.PredictionKey.PROBABILITIES
|
D | svm.py | 184 key = prediction_key.PredictionKey.PROBABILITIES
|
D | dnn.py | 492 key = prediction_key.PredictionKey.PROBABILITIES 525 prediction_key=prediction_key.PredictionKey.PROBABILITIES,
|
D | linear.py | 599 key = prediction_key.PredictionKey.PROBABILITIES 631 prediction_key=prediction_key.PredictionKey.PROBABILITIES,
|
D | model_fn.py | 235 scores = output_tensors.get(prediction_key.PredictionKey.PROBABILITIES)
|
D | dnn_linear_combined.py | 809 key = prediction_key.PredictionKey.PROBABILITIES 840 prediction_key=prediction_key.PredictionKey.PROBABILITIES,
|
D | state_saving_rnn_estimator_test.py | 587 prediction_key.PredictionKey.PROBABILITIES, ssre._get_state_name(0) 590 probabilities = prediction_dict[prediction_key.PredictionKey.PROBABILITIES]
|
D | dynamic_rnn_estimator.py | 298 prediction_key.PredictionKey.PROBABILITIES: probabilities,
|
D | head_test.py | 1809 ("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/ |
D | eval_metrics.py | 31 INFERENCE_PROB_NAME = prediction_key.PredictionKey.PROBABILITIES
|
/external/tensorflow/tensorflow/contrib/kernel_methods/python/ |
D | kernel_estimators.py | 336 key = prediction_key.PredictionKey.PROBABILITIES
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ |
D | sdca_estimator.py | 416 key = prediction_key.PredictionKey.PROBABILITIES
|
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/ |
D | saved_model_export_utils.py | 138 scores = output_tensors.get(prediction_key.PredictionKey.PROBABILITIES)
|