Home
last modified time | relevance | path

Searched defs:matrix_power (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/linalg/
H A D__init__.py1125 matrix_power = _add_docstr(_linalg.linalg_matrix_power, r""" variable
/aosp_15_r20/external/eigen/unsupported/test/
H A Dmatrix_power.cpp153 EIGEN_DECLARE_TEST(matrix_power) in EIGEN_DECLARE_TEST() argument
/aosp_15_r20/external/pytorch/torch/_numpy/
H A Dlinalg.py51 def matrix_power(a: ArrayLike, n): function
/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dlinalg.h227 inline Tensor matrix_power(const Tensor& self, int64_t n) { in matrix_power() function
754 inline Tensor matrix_power(const Tensor& self, int64_t n) { in matrix_power() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp719 Tensor matrix_power(const Tensor& self, int64_t n) { in matrix_power() function