Searched refs:streaming_pearson_correlation (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/contrib/metrics/ |
D | __init__.py | 119 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_pearson_correlation
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops_test.py | 5987 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(
|
D | metric_ops.py | 3280 def streaming_pearson_correlation(predictions, function
|
/external/tensorflow/ |
D | RELEASE.md | 1053 * `tf.contrib.metrics`.{streaming_covariance,streaming_pearson_correlation} modified to return nan …
|