Home
last modified time | relevance | path

Searched refs:linalg_matrix_power_impl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp636 Tensor linalg_matrix_power_impl( in linalg_matrix_power_impl() function
707 linalg_matrix_power_impl(self, n, result); in linalg_matrix_power_out()
712 return linalg_matrix_power_impl(self, n, std::nullopt); in linalg_matrix_power()