Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/data/experimental/ops/
Dresampling.py64 _calculate_acceptance_probs_with_mixing(initial_dist_t,
76 lambda initial: _calculate_acceptance_probs_with_mixing( # pylint: disable=g-long-lambda
230 def _calculate_acceptance_probs_with_mixing(initial_probs, target_probs): function