Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h772 inline Tensor chebyshev_polynomial_u(const Tensor& x, const Tensor& n) { in chebyshev_polynomial_u() function
776 inline Tensor chebyshev_polynomial_u(const Scalar& x, const Tensor& n) { in chebyshev_polynomial_u() function
780 inline Tensor chebyshev_polynomial_u(const Tensor& x, const Scalar& n) { in chebyshev_polynomial_u() function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py976 chebyshev_polynomial_u = _add_docstr(_special.special_chebyshev_polynomial_u, variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py632 def chebyshev_polynomial_u(self, x: T, y: T) -> T: member in OpsHandler