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/compiler/tf2xla/python/
Dxla.py209 polygamma = _broadcasting_binary_op(math_ops.polygamma) variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h160 polygamma(const OtherDerived& other) const { in polygamma() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer_test.cc2701 auto polygamma = ops::Polygamma( in TEST_F() local