Home
last modified time | relevance | path

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

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