Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dnegative_binomial.py168 x = distribution_util.embed_check_nonnegative_integer_form(x)
178 x = distribution_util.embed_check_nonnegative_integer_form(x)
184 x = distribution_util.embed_check_nonnegative_integer_form(x)
Dpoisson.py167 x = distribution_util.embed_check_nonnegative_integer_form(x)
175 x = distribution_util.embed_check_nonnegative_integer_form(x)
Dgeometric.py157 x = distribution_util.embed_check_nonnegative_integer_form(x)
170 x = distribution_util.embed_check_nonnegative_integer_form(x)
Dbinomial.py296 counts = distribution_util.embed_check_nonnegative_integer_form(counts)
/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.py82 def embed_check_nonnegative_integer_form( function