Home
last modified time | relevance | path

Searched refs:streaming_pearson_correlation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py119 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_pearson_correlation
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py5987 metrics.streaming_pearson_correlation(
6009 pearson_r, _ = metrics.streaming_pearson_correlation(
6019 _, update_op = metrics.streaming_pearson_correlation(
6030 pearson_r, update_op = metrics.streaming_pearson_correlation(
6050 pearson_r, update_op = metrics.streaming_pearson_correlation(
6065 pearson_r, update_op = metrics.streaming_pearson_correlation(
6085 pearson_r, update_op = metrics.streaming_pearson_correlation(
6105 pearson_r, update_op = metrics.streaming_pearson_correlation(
6143 pearson_r, update_op = metrics.streaming_pearson_correlation(
6188 pearson_r, update_op = metrics.streaming_pearson_correlation(
Dmetric_ops.py3280 def streaming_pearson_correlation(predictions, function
/external/tensorflow/
DRELEASE.md1053 * `tf.contrib.metrics`.{streaming_covariance,streaming_pearson_correlation} modified to return nan …