Home
last modified time | relevance | path

Searched refs:_remove_squeezable_dimensions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dmetrics_impl.py88 def _remove_squeezable_dimensions(predictions, labels, weights): function
371 values, _, weights = _remove_squeezable_dimensions(
450 predictions, labels, weights = _remove_squeezable_dimensions(
526 predictions, labels, weights = _remove_squeezable_dimensions(
888 predictions, labels, weights = _remove_squeezable_dimensions(
948 predictions, labels, weights = _remove_squeezable_dimensions(
1233 predictions, labels, weights = _remove_squeezable_dimensions(
1300 predictions, labels, weights = _remove_squeezable_dimensions(
1367 values, _, weights = _remove_squeezable_dimensions(
1535 predictions, labels, weights = _remove_squeezable_dimensions(
[all …]
/external/tensorflow/tensorflow/contrib/metrics/python/ops/
Dmetric_ops.py559 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
647 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
740 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
1071 labels, predictions, weights = metrics_impl._remove_squeezable_dimensions(
1465 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
1608 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
3196 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
3332 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
3414 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
3772 …values, _, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=protected-acce…
[all …]
/external/tensorflow/tensorflow/contrib/metrics/python/metrics/
Dclassification.py147 …predictions, labels, weights = metrics_impl._remove_squeezable_dimensions( # pylint: disable=prot…
/external/tensorflow/tensorflow/python/ops/losses/
Dlosses_impl.py790 def _remove_squeezable_dimensions( function
889 labels, logits, weights = _remove_squeezable_dimensions(