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

  /external/tensorflow/tensorflow/contrib/estimator/python/estimator/
multi_head_test.py 29 from tensorflow.python.estimator.canned import prediction_keys
141 predictions[('head1', prediction_keys.PredictionKeys.LOGITS)])
144 predictions[('head2', prediction_keys.PredictionKeys.LOGITS)])
147 predictions[('head1', prediction_keys.PredictionKeys.PROBABILITIES)])
150 predictions[('head2', prediction_keys.PredictionKeys.PROBABILITIES)])
195 predictions[('head1', prediction_keys.PredictionKeys.LOGITS)])
198 predictions[('head2', prediction_keys.PredictionKeys.LOGITS)])
201 predictions[('head1', prediction_keys.PredictionKeys.PROBABILITIES)])
204 predictions[('head2', prediction_keys.PredictionKeys.PROBABILITIES)])
252 predictions[('head1', prediction_keys.PredictionKeys.PREDICTIONS)]
    [all...]
dnn_linear_combined_test.py 31 from tensorflow.python.estimator.canned import prediction_keys
174 x[prediction_keys.PredictionKeys.PREDICTIONS]
dnn_test.py 30 from tensorflow.python.estimator.canned import prediction_keys
107 x[prediction_keys.PredictionKeys.PREDICTIONS]
linear_test.py 30 from tensorflow.python.estimator.canned import prediction_keys
107 x[prediction_keys.PredictionKeys.PREDICTIONS]
head.py 24 from tensorflow.python.estimator.canned import prediction_keys
451 pred_keys = prediction_keys.PredictionKeys
head_test.py 28 from tensorflow.python.estimator.canned import prediction_keys
206 predictions[prediction_keys.PredictionKeys.LOGITS])
209 predictions[prediction_keys.PredictionKeys.PROBABILITIES])
262 predictions[prediction_keys.PredictionKeys.LOGITS])
265 predictions[prediction_keys.PredictionKeys.PROBABILITIES])
    [all...]
replicate_model_fn_test.py 32 from tensorflow.python.estimator.canned import prediction_keys
154 x[prediction_keys.PredictionKeys.PROBABILITIES]
    [all...]
  /external/tensorflow/tensorflow/python/estimator/canned/
dnn_testing_utils.py 34 from tensorflow.python.estimator.canned import prediction_keys
    [all...]
head_test.py 29 from tensorflow.python.estimator.canned import prediction_keys
172 spec.predictions[prediction_keys.PredictionKeys.PROBABILITIES].eval({
359 predictions[prediction_keys.PredictionKeys.LOGITS])
362 predictions[prediction_keys.PredictionKeys.PROBABILITIES])
364 predictions[prediction_keys.PredictionKeys.CLASS_IDS])
366 predictions[prediction_keys.PredictionKeys.CLASSES])
393 sess.run(spec.predictions[prediction_keys.PredictionKeys.CLASSES]))
419 predictions[prediction_keys.PredictionKeys.LOGITS])
422 predictions[prediction_keys.PredictionKeys.PROBABILITIES])
    [all...]
dnn_test.py 31 from tensorflow.python.estimator.canned import prediction_keys
191 x[prediction_keys.PredictionKeys.PREDICTIONS]
354 x[prediction_keys.PredictionKeys.PROBABILITIES]
dnn_linear_combined_test.py 33 from tensorflow.python.estimator.canned import prediction_keys
250 x[prediction_keys.PredictionKeys.PREDICTIONS]
513 x[prediction_keys.PredictionKeys.PROBABILITIES]
731 prediction_keys.PredictionKeys.PREDICTIONS: [188.],
    [all...]
head.py 29 from tensorflow.python.estimator.canned import prediction_keys
726 pred_keys = prediction_keys.PredictionKeys
    [all...]
  /external/tensorflow/tensorflow/python/estimator/
training_test.py 37 from tensorflow.python.estimator.canned import prediction_keys
    [all...]

Completed in 673 milliseconds