HomeSort by relevance Sort by last modified time
    Searched refs:graph_parents (Results 26 - 50 of 59) sorted by null

12 3

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
gumbel.py 150 graph_parents=[self._loc, self._scale],
logistic.py 145 graph_parents=[self._loc, self._scale],
negative_binomial.py 116 graph_parents=[self._total_count, self._probs, self._logits],
onehot_categorical.py 152 graph_parents=[self._logits,
poisson.py 131 graph_parents=[self._rate],
vector_exponential_linear_operator.py 194 with ops.name_scope(name, values=[loc] + scale.graph_parents) as name:
vector_laplace_linear_operator.py 210 with ops.name_scope(name, values=[loc] + scale.graph_parents):
wishart.py 173 graph_parents=([self._df, self._dimension] +
174 self._scale_operator.graph_parents),
deterministic.py 117 graph_parents=[self._loc],
independent.py 151 graph_parents=(
inverse_gamma.py 156 graph_parents=[self._concentration,
mixture_same_family.py 219 graph_parents=(
relaxed_onehot_categorical.py 211 graph_parents=[self._logits,
  /external/tensorflow/tensorflow/python/ops/distributions/
bernoulli.py 96 graph_parents=[self._logits, self._probs],
bijector_impl.py 492 graph_parents=None,
516 graph_parents: Python list of graph prerequisites of this `Bijector`.
535 ValueError: If a member of `graph_parents` is not a `Tensor`.
537 self._graph_parents = graph_parents or []
587 def graph_parents(self): member in class:Bijector
588 """Returns this `Bijector`'s graph_parents as a Python list."""
    [all...]
dirichlet_multinomial.py 229 graph_parents=[self._total_count,
laplace.py 125 graph_parents=[self._loc, self._scale],
multinomial.py 214 graph_parents=[self._total_count,
uniform.py 129 graph_parents=[self._low,
transformed_distribution.py 325 graph_parents=(distribution._graph_parents + # pylint: disable=protected-access
326 bijector.graph_parents),
beta.py 205 graph_parents=[self._concentration1,
categorical.py 240 graph_parents=[self._logits,
dirichlet.py 204 graph_parents=[self._concentration,
gamma.py 179 graph_parents=[self._concentration,
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_diag.py 161 graph_parents=[self._diag],

Completed in 742 milliseconds

12 3