Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/distributions/
Ddirichlet_multinomial.py338 concentration = distribution_util.embed_check_categorical_event_shape(
Dutil.py205 logits = embed_check_categorical_event_shape(logits)
218 probs = embed_check_categorical_event_shape(probs)
302 def embed_check_categorical_event_shape( function
Dcategorical.py203 self._logits = distribution_util.embed_check_categorical_event_shape(
/external/tensorflow/tensorflow/python/kernel_tests/distributions/
Dutil_test.py278 checked_param = du.embed_check_categorical_event_shape(
284 checked_param = du.embed_check_categorical_event_shape(
293 checked_param = du.embed_check_categorical_event_shape(
299 checked_param = du.embed_check_categorical_event_shape(
310 du.embed_check_categorical_event_shape(param)