Searched defs:ndtri (Results 1 – 12 of 12) sorted by relevance
33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::half ndtri(const Eigen::half& a) { in ndtri() function
33 template<> EIGEN_STRONG_INLINE EIGEN_DEVICE_FUNC Eigen::bfloat16 ndtri(const Eigen::bfloat16& a) { in ndtri() function
155 def ndtri(p, name="ndtri"): function
200 def ndtri(a: TensorLikeType) -> TensorLikeType: function
580 ndtri = _add_docstr(_special.special_ndtri, variable
693 ndtri() const in ndtri() function
88 ndtri = _unary_op(math_ops.ndtri) variable
266 ndtri() const { in ndtri() function
240 inline Tensor ndtri(const Tensor& self) { in ndtri() function
864 ndtri = _make_elementwise_unary_prim( variable
5327 def ndtri(x, name=None): function
611 def ndtri(self, x: T) -> T: member in OpsHandler