tf.contrib.metrics.set_union(a, b, validate_indices=True) Compute set union of elements in last dimension of a and
tf.contrib.metrics.streaming_recall(*args, **kwargs) Computes the recall of the predictions with respect to the labels. (deprecated
Contents Metrics (contrib)Ops for evaluation metrics and summary statistics.API Metric Ops tf
tf.contrib.metrics.streaming_root_mean_squared_error(predictions, labels, weights=None, metrics_collections=None, updates_collections=None, name=None)
tf.contrib.metrics.set_size(a, validate_indices=True) Compute number of unique elements along last dimension of a
tf.contrib.metrics.streaming_mean(values, weights=None, metrics_collections=None, updates_collections=None, name=None) Computes
tf.contrib.metrics.streaming_covariance(predictions, labels, weights=None, metrics_collections=None, updates_collections=None, name=None)
tf.contrib.metrics.streaming_sparse_average_precision_at_k(predictions, labels, k, weights=None, metrics_collections=None, updates_collections=None, name=None)
tf.contrib.metrics.streaming_mean_iou(*args, **kwargs) Calculate per-step mean Intersection-Over-Union (mIOU). (deprecated arguments)
tf.contrib.metrics.streaming_mean_relative_error(predictions, labels, normalizer, weights=None, metrics_collections=None, updates_collections=None, name=None)
Page 2 of 4