Home
last modified time | relevance | path

Searched defs:ndtr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Dspecial_math.py107 def ndtr(x, name="ndtr"): function
/aosp_15_r20/external/pytorch/torch/_refs/special/
H A D__init__.py187 def ndtr(a: TensorLikeType) -> TensorLikeType: function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py559 ndtr = _add_docstr(_special.special_ndtr, variable
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DUnaryOps.cpp731 auto ndtr = calc_ndtr(self); in special_ndtr_out() local
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h482 inline Tensor ndtr(const Tensor& self) { in ndtr() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py608 def ndtr(self, x: T) -> T: member in OpsHandler