HomeSort by relevance Sort by last modified time
    Searched refs:reinterpreted_batch_ndims (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
independent.py 52 part of the event dimensions. The `reinterpreted_batch_ndims` parameter
54 `reinterpreted_batch_ndims < len(batch_shape)`. For example, the `log_prob`
55 function entails a `reduce_sum` over the rightmost `reinterpreted_batch_ndims`
65 prob(x; reinterpreted_batch_ndims) = tf.reduce_prod(
67 axis=-1-range(reinterpreted_batch_ndims))
79 reinterpreted_batch_ndims=1)
90 reinterpreted_batch_ndims=1)
108 self, distribution, reinterpreted_batch_ndims=None,
115 reinterpreted_batch_ndims: Scalar, integer number of rightmost batch dims
126 ValueError: if `reinterpreted_batch_ndims` exceed
163 def reinterpreted_batch_ndims(self): member in class:Independent
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
independent_test.py 58 reinterpreted_batch_ndims=1)
81 reinterpreted_batch_ndims=1)
106 reinterpreted_batch_ndims=1)
135 reinterpreted_batch_ndims=1)
140 reinterpreted_batch_ndims=0)
150 reinterpreted_batch_ndims=1)
155 reinterpreted_batch_ndims=0)
166 distribution=normal1, reinterpreted_batch_ndims=1)
172 distribution=normal2, reinterpreted_batch_ndims=1)
187 distribution=normal1, reinterpreted_batch_ndims=0
    [all...]
autoregressive_test.py 50 reinterpreted_batch_ndims=1)

Completed in 181 milliseconds