Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dresampling.py176 updated_examples_per_class_seen, dist = _estimate_data_distribution(
196 def _estimate_data_distribution(c, num_examples_per_class_seen): function
/external/tensorflow/tensorflow/contrib/training/python/training/
Dsampling_ops.py207 init_probs = _estimate_data_distribution(
261 def _estimate_data_distribution(labels, num_classes, smoothing_constant=10): function
Dsampling_ops_threading_test.py44 prob_estimate = sampling_ops._estimate_data_distribution( # pylint: disable=protected-access