Home
last modified time | relevance | path

Searched defs:digamma (Results 1 – 7 of 7) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsHalf.h18 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half digamma(const Eigen::half& a) { in digamma() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/special/
DGamma.java294 public static double digamma(double x) { in digamma() method in Gamma
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h507 digamma() const in digamma() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py71 digamma = _core.digamma variable
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py81 digamma = _unary_op(math_ops.digamma) variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h132 digamma() const { in digamma() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1120 digamma = define_unary_op('digamma', math_ops.digamma) variable