Home
last modified time | relevance | path

Searched refs:streaming_mean_iou (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/metrics/
D__init__.py115 from tensorflow.contrib.metrics.python.ops.metric_ops import streaming_mean_iou
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops_test.py6438 metrics.streaming_mean_iou(
6446 mean_iou, _ = metrics.streaming_mean_iou(
6455 _, update_op = metrics.streaming_mean_iou(
6466 metrics.streaming_mean_iou(predictions, labels, num_classes=2)
6473 metrics.streaming_mean_iou(
6482 miou, update_op = metrics.streaming_mean_iou(
6520 miou, update_op = metrics.streaming_mean_iou(predictions, labels,
6565 miou, update_op = metrics.streaming_mean_iou(
6602 miou, update_op = metrics.streaming_mean_iou(predictions, labels,
6622 miou, update_op = metrics.streaming_mean_iou(predictions, labels,
[all …]
Dmetric_ops.py3486 def streaming_mean_iou(predictions, function