Searched defs:polygamma (Results 1 – 9 of 9) sorted by relevance
112 polygamma(const Eigen::ArrayBase<DerivedN>& n, const Eigen::ArrayBase<DerivedX>& x) in polygamma() function
24 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half polygamma(const Eigen::half& n, const … in polygamma() function
24 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 polygamma(const Eigen::bfloat16& n… in polygamma() function
153 polygamma = _add_docstr(_special.special_polygamma, variable
209 polygamma = _broadcasting_binary_op(math_ops.polygamma) variable
248 polygamma(const OtherDerived& other) const { in polygamma() function
89 inline Tensor polygamma(int64_t n, const Tensor& self) { in polygamma() function
614 def polygamma(self, x: T, y: T) -> T: member in OpsHandler
2701 auto polygamma = ops::Polygamma( in TEST_F() local