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

  /external/tensorflow/tensorflow/contrib/distributions/python/kernel_tests/
conditional_transformed_distribution_test.py 67 def _cls(self): member in class:ConditionalTransformedDistributionTest
84 def _cls(self): member in class:ConditionalScalarToMultiTest
transformed_distribution_test.py 41 def _cls(self): member in class:TransformedDistributionTest
56 log_normal = self._cls()(
88 abs_normal = self._cls()(
121 logit_normal = self._cls()(
145 log_normal = self._cls()(
173 exp_normal = self._cls()(
187 multi_logit_normal = self._cls()(
214 normal = self._cls()(
231 fake_mvn = self._cls()(
246 exp2 = self._cls()(
260 def _cls(self): member in class:ScalarToMultiTest
    [all...]

Completed in 84 milliseconds