Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsArrayAPI.h48 igammac(const Eigen::ArrayBase<Derived>& a, const Eigen::ArrayBase<ExponentDerived>& x) in igammac() function
DSpecialFunctionsHalf.h36 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half igammac(const Eigen::half& a, const Ei… in igammac() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/
D__init__.py99 igammac = _core.igammac variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h146 igammac(const OtherDerived& other) const { in igammac() function
/external/tensorflow/tensorflow/contrib/labeled_tensor/python/ops/
Dcore.py1198 igammac = define_binary_op('igammac', math_ops.igammac) variable