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
18 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 digamma(const Eigen::bfloat16& a) { in digamma() function
294 public static double digamma(double x) { in digamma() method in Gamma
637 digamma() const in digamma() function
84 digamma = _unary_op(math_ops.digamma) variable
134 digamma() const { in digamma() function
894 Value digamma = rewriter.create<mhlo::SubtractOp>( in materializeDigamma() local