Searched refs:_estimate_data_distribution (Results 1 – 3 of 3) sorted by relevance
176 updated_examples_per_class_seen, dist = _estimate_data_distribution(196 def _estimate_data_distribution(c, num_examples_per_class_seen): function
207 init_probs = _estimate_data_distribution(261 def _estimate_data_distribution(labels, num_classes, smoothing_constant=10): function
44 prob_estimate = sampling_ops._estimate_data_distribution( # pylint: disable=protected-access