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

1 23

  /external/tensorflow/tensorflow/python/ops/distributions/
normal.py 159 graph_parents=[self._loc, self._scale],
student_t.py 203 graph_parents=[self._df, self._loc, self._scale],
  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
batch_reshape.py 135 graph_parents=(
distribution_util.py 308 with ops.name_scope(name, values=[loc] + scale.graph_parents):
poisson_lognormal.py 320 graph_parents=[loc, scale],
vector_diffeomixture.py 525 graph_parents=(
528 + [p for scale_ in scale for p in scale_.graph_parents]),
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/distributions/
bijector_test.py 52 self.assertEqual([], bij.graph_parents)
  /external/tensorflow/tensorflow/python/kernel_tests/linalg/
linear_operator_test.py 48 graph_parents=None,
  /external/tensorflow/tensorflow/python/ops/linalg/
linear_operator_circulant.py 133 graph_parents=[self.spectrum],
    [all...]

Completed in 463 milliseconds

1 23