Searched refs:streaming_mean_squared_error (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/ |
D | estimator_input_test.py | 185 'MSE': metric_ops.streaming_mean_squared_error 196 'MSE': metric_ops.streaming_mean_squared_error 213 'MSE': metric_ops.streaming_mean_squared_error 231 'MSE': metric_ops.streaming_mean_squared_error
|
D | dnn_linear_combined_test.py | 1445 'my_error': metric_ops.streaming_mean_squared_error, 1465 metric_ops.streaming_mean_squared_error 1475 metric_ops.streaming_mean_squared_error 1509 metric_fn=metric_ops.streaming_mean_squared_error,
|
D | dnn_test.py | 1344 'my_error': metric_ops.streaming_mean_squared_error, 1364 metric_ops.streaming_mean_squared_error 1374 metric_ops.streaming_mean_squared_error 1407 metric_fn=metric_ops.streaming_mean_squared_error,
|
D | estimator_test.py | 678 'MSE': metric_ops.streaming_mean_squared_error 690 'MSE': metric_ops.streaming_mean_squared_error 703 'MSE': metric_ops.streaming_mean_squared_error 882 metrics, update_ops = metric_ops.streaming_mean_squared_error(
|
D | linear_test.py | 1345 metric_fn=metric_ops.streaming_mean_squared_error, 1380 metric_ops.streaming_mean_squared_error 1390 metric_ops.streaming_mean_squared_error
|
D | debug_test.py | 794 metric_fn=metric_ops.streaming_mean_squared_error,
|
/external/tensorflow/tensorflow/contrib/metrics/ |
D | README.md | 10 value, update_op = metrics.streaming_mean_squared_error(
|
D | __init__.py | 117 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_mean_squared_error
|
/external/tensorflow/tensorflow/contrib/metrics/python/ops/ |
D | metric_ops_test.py | 5541 metrics.streaming_mean_squared_error( 5548 mean, _ = metrics.streaming_mean_squared_error( 5556 _, update_op = metrics.streaming_mean_squared_error( 5565 error, update_op = metrics.streaming_mean_squared_error(predictions, labels) 5583 error, update_op = metrics.streaming_mean_squared_error(predictions, labels) 5596 error, update_op = metrics.streaming_mean_squared_error(predictions, labels) 5610 error, update_op = metrics.streaming_mean_squared_error( 5634 error, update_op = metrics.streaming_mean_squared_error( 5673 mse0, update_op0 = metrics.streaming_mean_squared_error( 5675 mse1, update_op1 = metrics.streaming_mean_squared_error( [all …]
|
D | metric_ops.py | 3022 def streaming_mean_squared_error(predictions, function
|
/external/tensorflow/tensorflow/contrib/slim/ |
D | README.md | 797 slim.metrics.streaming_mean_squared_error(predictions, labels)) 802 "eval/mean_squared_error": slim.metrics.streaming_mean_squared_error(predictions, labels), 828 "eval/mean_squared_error": slim.metrics.streaming_mean_squared_error(predictions, labels),
|