Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h956 inline Tensor hermite_polynomial_he(const Tensor& x, const Tensor& n) { in hermite_polynomial_he() function
960 inline Tensor hermite_polynomial_he(const Scalar& x, const Tensor& n) { in hermite_polynomial_he() function
964 inline Tensor hermite_polynomial_he(const Tensor& x, const Scalar& n) { in hermite_polynomial_he() function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py1058 hermite_polynomial_he = _add_docstr(_special.special_hermite_polynomial_he, variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py659 def hermite_polynomial_he(self, x: T, y: T) -> T: member in OpsHandler