Home
last modified time | relevance | path

Searched refs:streaming_mean_squared_error (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/contrib/learn/python/learn/estimators/
Destimator_input_test.py185 '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
Ddnn_linear_combined_test.py1445 '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,
Ddnn_test.py1344 '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,
Destimator_test.py678 '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(
Dlinear_test.py1345 metric_fn=metric_ops.streaming_mean_squared_error,
1380 metric_ops.streaming_mean_squared_error
1390 metric_ops.streaming_mean_squared_error
Ddebug_test.py794 metric_fn=metric_ops.streaming_mean_squared_error,
/external/tensorflow/tensorflow/contrib/metrics/
DREADME.md10 value, update_op = metrics.streaming_mean_squared_error(
D__init__.py117 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_mean_squared_error
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py5541 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 …]
Dmetric_ops.py3022 def streaming_mean_squared_error(predictions, function
/external/tensorflow/tensorflow/contrib/slim/
DREADME.md797 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),