Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Dmultinomial.py195 distribution_util.embed_check_nonnegative_integer_form(
309 counts = distribution_util.embed_check_nonnegative_integer_form(counts)
H A Ddirichlet_multinomial.py212 distribution_util.embed_check_nonnegative_integer_form(
348 counts = distribution_util.embed_check_nonnegative_integer_form(counts)
H A Dutil.py86 def embed_check_nonnegative_integer_form( function