Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/Eigen/src/SpecialFunctions/
H A DSpecialFunctionsHalf.h33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half ndtri(const Eigen::half& a) { in ndtri() function
H A DSpecialFunctionsBFloat16.h33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 ndtri(const Eigen::bfloat16& a) { in ndtri() function
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Dspecial_math.py155 def ndtri(p, name="ndtri"): function
/aosp_15_r20/external/pytorch/torch/_refs/special/
H A D__init__.py200 def ndtri(a: TensorLikeType) -> TensorLikeType: function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py580 ndtri = _add_docstr(_special.special_ndtri, variable
/aosp_15_r20/external/eigen/Eigen/src/plugins/
H A DArrayCwiseUnaryOps.h693 ndtri() const in ndtri() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/python/
H A Dxla.py88 ndtri = _unary_op(math_ops.ndtri) variable
/aosp_15_r20/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h266 ndtri() const { in ndtri() function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h240 inline Tensor ndtri(const Tensor& self) { in ndtri() function
/aosp_15_r20/external/pytorch/torch/_prims/
H A D__init__.py864 ndtri = _make_elementwise_unary_prim( variable
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmath_ops.py5327 def ndtri(x, name=None): function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py611 def ndtri(self, x: T) -> T: member in OpsHandler