Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/distributions/
H A Dspecial_math.py278 def log_ndtr(x, series_order=3, name="log_ndtr"): function
/aosp_15_r20/external/pytorch/torch/_refs/special/
H A D__init__.py118 def log_ndtr(a: TensorLikeType) -> TensorLikeType: function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py604 log_ndtr = _add_docstr(_special.special_log_ndtr, variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h257 inline Tensor log_ndtr(const Tensor& self) { in log_ndtr() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py593 def log_ndtr(self, x: T) -> T: member in OpsHandler