Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dspecial.h1260 inline Tensor shifted_chebyshev_polynomial_u(const Tensor& x, const Tensor& n) { in shifted_chebyshev_polynomial_u() function
1264 inline Tensor shifted_chebyshev_polynomial_u(const Scalar& x, const Tensor& n) { in shifted_chebyshev_polynomial_u() function
1268 inline Tensor shifted_chebyshev_polynomial_u(const Tensor& x, const Scalar& n) { in shifted_chebyshev_polynomial_u() function
/aosp_15_r20/external/pytorch/torch/special/
H A D__init__.py1226 shifted_chebyshev_polynomial_u = _add_docstr(_special.special_shifted_chebyshev_polynomial_u, variable
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dops_handler.py647 def shifted_chebyshev_polynomial_u(self, x: T, y: T) -> T: member in OpsHandler