Home
last modified time | relevance | path

Searched defs:predictions (Results 1 – 25 of 62) sorted by relevance

123

/external/tensorflow/tensorflow/contrib/learn/python/learn/
Dmetric_spec_test.py35 def _fn0(predictions, labels, weights=None): argument
41 def _fn1(predictions, targets, weights=None): argument
150 def _fn(predictions): argument
191 def _fn0(predictions, labels): argument
196 def _fn1(predictions, targets): argument
222 def _fn(predictions, labels, weights=None): argument
238 def _fn(labels, predictions, weights=None): argument
254 def _fn(predictions, labels, weights=None): argument
270 def _fn(predictions, labels, weights=None): argument
286 def _fn(predictions, labels, weights=None): argument
[all …]
Dmetric_spec.py156 _sentinel=None, labels=None, predictions=None, weights=None): argument
172 _sentinel=None, labels=None, predictions=None, weights=None): argument
184 def _positional_predictions_metric_fn( argument
198 _sentinel=None, labels=None, predictions=None, weights=None): argument
213 _sentinel=None, labels=None, predictions=None, weights=None): argument
358 def create_metric_ops(self, inputs, labels, predictions): argument
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py66 def streaming_true_positives(predictions, argument
110 def streaming_true_negatives(predictions, argument
154 def streaming_false_positives(predictions, argument
198 def streaming_false_negatives(predictions, argument
346 def streaming_accuracy(predictions, argument
403 def streaming_precision(predictions, argument
459 def streaming_recall(predictions, argument
513 def streaming_false_positive_rate(predictions, argument
601 def streaming_false_negative_rate(predictions, argument
689 def _streaming_confusion_matrix_at_thresholds(predictions, argument
[all …]
Dconfusion_matrix_ops.py25 def confusion_matrix(labels, predictions, num_classes=None, dtype=dtypes.int32, argument
/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py53 def _remove_squeezable_dimensions(predictions, labels, weights): argument
129 def _maybe_expand_labels(labels, predictions): argument
219 def _streaming_confusion_matrix(labels, predictions, num_classes, weights=None): argument
349 predictions, argument
412 predictions, argument
576 predictions, argument
713 predictions, argument
774 predictions, argument
848 predictions, argument
949 predictions, argument
[all …]
Dconfusion_matrix.py38 labels, predictions, expected_rank_diff=0, name=None): argument
98 def confusion_matrix(labels, predictions, num_classes=None, dtype=dtypes.int32, argument
/external/tensorflow/tensorflow/contrib/tensor_forest/client/
Deval_metrics.py45 def _accuracy(predictions, targets, weights=None): argument
80 def _predictions(predictions, unused_targets, **unused_kwargs): argument
92 def _precision(predictions, targets, weights=None): argument
96 def _precision_at_thresholds(predictions, targets, weights=None): argument
105 def _recall(predictions, targets, weights=None): argument
109 def _recall_at_thresholds(predictions, targets, weights=None): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/utils/
Dexport.py89 def generic_signature_fn(examples, unused_features, predictions): argument
121 def classification_signature_fn(examples, unused_features, predictions): argument
153 examples, unused_features, predictions): argument
184 def regression_signature_fn(examples, unused_features, predictions): argument
210 def logistic_regression_signature_fn(examples, unused_features, predictions): argument
/external/tensorflow/tensorflow/contrib/lite/models/smartreply/
Dpredictor_test.cc67 std::vector<PredictorResponse> predictions; in TEST_F() local
86 std::vector<PredictorResponse> predictions; in TEST_F() local
105 std::vector<PredictorResponse> predictions; in TEST_F() local
133 std::vector<PredictorResponse> predictions; in TEST_F() local
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py219 labels, predictions, weights=1.0, scope=None, argument
268 labels, predictions, axis=None, weights=1.0, scope=None, argument
362 def huber_loss(labels, predictions, weights=1.0, delta=1.0, scope=None, argument
431 def log_loss(labels, predictions, weights=1.0, epsilon=1e-7, scope=None, argument
484 labels, predictions, weights=1.0, scope=None, argument
572 labels, predictions, weights=1.0, scope=None, argument
740 labels, predictions, weights=None, expected_rank_diff=0): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/python/utils/
Dlosses.py28 def per_example_logistic_loss(labels, weights, predictions): argument
110 def per_example_squared_loss(labels, weights, predictions): argument
128 def per_example_exp_loss(labels, weights, predictions, name=None, eps=0.1): argument
/external/tensorflow/tensorflow/contrib/losses/python/losses/
Dloss_ops.py264 def absolute_difference(predictions, labels=None, weights=1.0, scope=None): argument
439 def log_loss(predictions, labels=None, weights=1.0, epsilon=1e-7, scope=None): argument
508 def mean_squared_error(predictions, labels=None, weights=1.0, scope=None): argument
545 def mean_pairwise_squared_error(predictions, argument
627 def cosine_distance(predictions, argument
/external/tensorflow/tensorflow/contrib/losses/python/metric_learning/
Dmetric_loss_ops.py571 def compute_clustering_score(labels, predictions, margin_type): argument
611 def _compute_nmi_score(labels, predictions): argument
619 def _compute_ami_score(labels, predictions): argument
628 def _compute_ari_score(labels, predictions): argument
638 def _compute_vmeasure_score(labels, predictions): argument
646 def _compute_zeroone_score(labels, predictions): argument
825 def update_all_medoids(pairwise_distances, predictions, labels, chosen_ids, argument
/external/tensorflow/tensorflow/contrib/eager/python/examples/mnist/
Dmnist.py102 def loss(predictions, labels): argument
108 def compute_accuracy(predictions, labels): argument
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Dmodel_fn.py72 predictions=None, argument
236 def _export_output(problem_type, predictions): # pylint: disable=missing-docstring argument
Dhead.py520 def _create_output_alternatives(self, predictions): argument
765 def _metrics(self, eval_loss, predictions, labels, weights): argument
900 def _metrics(self, eval_loss, predictions, labels, weights): argument
1124 def _metrics(self, eval_loss, predictions, labels, weights): argument
1287 def _metrics(self, eval_loss, predictions, labels, weights): argument
1390 def _metrics(self, eval_loss, predictions, labels, weights): argument
1960 def _predictions_streaming_mean(predictions, argument
1983 def _class_predictions_streaming_mean(predictions, weights, class_id): argument
2002 def _streaming_auc(predictions, labels, weights=None, class_id=None, argument
2031 def _streaming_accuracy_at_threshold(predictions, labels, weights, threshold): argument
[all …]
Ddnn_test.py346 def _assertBinaryPredictions(self, expected_len, predictions): argument
352 self, expected_len, n_classes, predictions): argument
815 def _my_metric_op(predictions, labels): argument
1224 self, predictions, expected_shape): argument
1331 def _my_metric_op(predictions, labels): argument
1392 def _my_metric_op(predictions, labels): argument
Ddebug_test.py257 def _assertBinaryPredictions(self, expected_len, predictions): argument
474 def _my_metric_op(predictions, labels): argument
781 def _my_metric_op(predictions, labels): argument
Dlogistic_regressor.py124 def _make_logistic_eval_metric_ops(labels, predictions, thresholds): argument
/external/tensorflow/tensorflow/contrib/layers/python/layers/
Dtarget_column.py427 def _run_metrics(predictions, labels, metrics, weights): argument
485 def _predictions_streaming_mean(predictions, unused_labels, weights=None): argument
489 def _streaming_auc(predictions, labels, weights=None): argument
496 def _accuracy_metric(predictions, labels, weights=None): argument
507 def _streaming_metrics(predictions, labels, weights=None): argument
/external/tensorflow/tensorflow/contrib/metrics/python/metrics/
Dclassification.py29 def accuracy(predictions, labels, weights=None, name=None): argument
/external/tensorflow/tensorflow/contrib/boosted_trees/python/training/functions/
Dgbdt_batch.py803 def _full_hessian(self, grads, predictions): argument
831 def _diagonal_hessian(self, grads, predictions): argument
879 def _make_update_bias_stats_fn(self, ensemble_stamp, predictions, gradients, argument
/external/tensorflow/tensorflow/python/estimator/canned/
Dhead.py474 def _predictions_mean(predictions, weights=None, name=None): argument
483 def _auc(labels, predictions, weights=None, curve='ROC', name=None): argument
493 def _accuracy_at_threshold(labels, predictions, weights, threshold, name=None): argument
504 def _precision_at_threshold(labels, predictions, weights, threshold, name=None): argument
514 def _recall_at_threshold(labels, predictions, weights, threshold, name=None): argument
/external/tensorflow/tensorflow/contrib/estimator/python/estimator/
Dextenders.py202 def verify_keys_and_predictions(features, predictions): argument
326 def _call_metric_fn(metric_fn, features, labels, predictions, config): argument
Dextenders_test.py82 def metric_fn(features, predictions, labels, config): argument
98 def metric_fn(labels, config, features, predictions): argument

123