Home
last modified time | relevance | path

Searched defs:gammainc (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py787 gammainc = _add_docstr(_special.special_gammainc, variable
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h34 inline Tensor gammainc(const Tensor& self, const Tensor& other) { in gammainc() function
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py575 def gammainc(self, x: T, y: T) -> T: member in OpsHandler