Searched defs:digamma (Results 1 – 6 of 6) 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
517 digamma() const in digamma() function
84 digamma = _unary_op(math_ops.digamma) variable
132 digamma() const { in digamma() function
715 Value digamma = rewriter.create<mhlo::SubOp>( in MaterializeDigamma() local