Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/distributions/
Dmultinomial.py199 distribution_util.embed_check_nonnegative_integer_form(
311 counts = distribution_util.embed_check_nonnegative_integer_form(counts)
Ddirichlet_multinomial.py216 distribution_util.embed_check_nonnegative_integer_form(
350 counts = distribution_util.embed_check_nonnegative_integer_form(counts)
Dutil.py90 def embed_check_nonnegative_integer_form( function