Searched defs:digamma (Results 1 – 7 of 7) sorted by relevance
18 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half digamma(const Eigen::half& a) { in digamma() function
294 public static double digamma(double x) { in digamma() method in Gamma
507 digamma() const in digamma() function
71 digamma = _core.digamma variable
81 digamma = _unary_op(math_ops.digamma) variable
132 digamma() const { in digamma() function
1120 digamma = define_unary_op('digamma', math_ops.digamma) variable