Home
last modified time | relevance | path

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

/external/eigen/unsupported/Eigen/src/SpecialFunctions/
DSpecialFunctionsHalf.h33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half ndtri(const Eigen::half& a) { in ndtri() function
DSpecialFunctionsBFloat16.h33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 ndtri(const Eigen::bfloat16& a) { in ndtri() function
/external/tensorflow/tensorflow/python/ops/distributions/
Dspecial_math.py155 def ndtri(p, name="ndtri"): function
/external/eigen/Eigen/src/plugins/
DArrayCwiseUnaryOps.h693 ndtri() const in ndtri() function
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py88 ndtri = _unary_op(math_ops.ndtri) variable
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h266 ndtri() const { in ndtri() function
/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py5327 def ndtri(x, name=None): function