Home
last modified time | relevance | path

Searched defs:polygamma (Results 1 – 5 of 5) sorted by relevance

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsArrayAPI.h70 polygamma(const Eigen::ArrayBase<DerivedN>& n, const Eigen::ArrayBase<DerivedX>& x) in polygamma() function
DSpecialFunctionsHalf.h24 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half polygamma(const Eigen::half& n, const … in polygamma() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py101 polygamma = _core.polygamma variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h160 polygamma(const OtherDerived& other) const { in polygamma() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1200 polygamma = define_binary_op('polygamma', math_ops.polygamma) variable