HomeSort by relevance Sort by last modified time
    Searched refs:_graph_parents (Results 1 - 25 of 26) sorted by null

1 2

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
absolute_value.py 91 self._graph_parents = []
affine_scalar.py 91 self._graph_parents = []
matrix_inverse_tril.py 75 self._graph_parents = []
affine_linear_operator.py 120 self._graph_parents = []
cholesky_outer_product.py 89 self._graph_parents = []
gumbel.py 75 self._graph_parents = []
kumaraswamy.py 74 self._graph_parents = []
power_transform.py 69 self._graph_parents = []
sinh_arcsinh.py 124 self._graph_parents = []
softmax_centered.py 75 self._graph_parents = []
weibull.py 77 self._graph_parents = []
affine.py 184 self._graph_parents = []
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
conditional_transformed_distribution_test.py 39 self._graph_parents = []
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
autoregressive.py 177 graph_parents=self._distribution0._graph_parents, # pylint: disable=protected-access
mixture_same_family.py 220 self._mixture_distribution._graph_parents # pylint: disable=protected-access
221 + self._components_distribution._graph_parents), # pylint: disable=protected-access
mixture.py 202 # We let the Mixture distribution access _graph_parents since its arguably
204 graph_parents = self._cat._graph_parents # pylint: disable=protected-access
206 graph_parents += c._graph_parents # pylint: disable=protected-access
independent.py 153 distribution._graph_parents), # pylint: disable=protected-access
test_util.py 302 values=[num_samples, radius, center] + dist._graph_parents): # pylint: disable=protected-access
batch_reshape.py 136 [self._batch_shape_unexpanded] + distribution._graph_parents), # pylint: disable=protected-access
quantized_distribution.py 298 # We let QuantizedDistribution access _graph_parents since this class is
300 graph_parents = self._dist._graph_parents # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/ops/distributions/
exponential.py 116 self._graph_parents += [self._rate]
bijector_impl.py 537 self._graph_parents = graph_parents or []
582 for i, t in enumerate(self._graph_parents):
589 return self._graph_parents
    [all...]
distribution.py 476 self._graph_parents = graph_parents
    [all...]
transformed_distribution.py 323 # We let TransformedDistribution access _graph_parents since this class
325 graph_parents=(distribution._graph_parents + # pylint: disable=protected-access
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator.py 203 self._graph_parents = graph_parents
214 name, values=((values or []) + self._graph_parents)) as scope:
230 return self._graph_parents
    [all...]

Completed in 424 milliseconds

1 2