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

  /external/tensorflow/tensorflow/contrib/distributions/python/ops/
estimator.py 33 def estimator_head_distribution_regression(make_distribution_fn,
43 make_distribution_fn: Python `callable` which returns a `tf.Distribution`
68 make_distribution_fn=make_distribution_fn,
81 make_distribution_fn,
91 make_distribution_fn: Python `callable` which returns a `tf.Distribution`
113 TypeError: if `make_distribution_fn` is not `callable`.
115 if not callable(make_distribution_fn):
116 raise TypeError("`make_distribution_fn` must be a callable function.")
119 self._make_distribution_fn = make_distribution_fn
    [all...]
  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
estimator_test.py 68 def make_distribution_fn(logits): function in function:EstimatorHeadDistributionRegressionTest.testNormalLocScaleLogits
74 make_distribution_fn,

Completed in 202 milliseconds