Home
last modified time | relevance | path

Searched refs:_skewness (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/contrib/distributions/python/ops/bijectors/
Dsinh_arcsinh.py130 self._skewness = ops.convert_to_tensor(
133 tailweight, name="tailweight", dtype=self._skewness.dtype)
134 check_ops.assert_same_float_dtype([self._skewness, self._tailweight])
149 return self._skewness
/external/ImageMagick/Magick++/lib/
DStatistic.cpp288 _skewness(0.0), in ChannelStatistics()
308 _skewness(channelStatistics_._skewness), in ChannelStatistics()
369 return(_skewness); in skewness()
412 _skewness(channelStatistics_->skewness), in ChannelStatistics()
/external/tensorflow/tensorflow/contrib/distributions/python/ops/
Dsinh_arcsinh.py206 self._skewness = skewness
226 return self._skewness
Dvector_sinh_arcsinh_diag.py254 self._skewness = skewness
274 return self._skewness
/external/ImageMagick/Magick++/lib/Magick++/
DStatistic.h209 double _skewness; variable