Home
last modified time | relevance | path

Searched defs:matrix_power_out (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/api/include/torch/
H A Dlinalg.h231 inline Tensor& matrix_power_out(const Tensor& self, int64_t n, Tensor& result) { in matrix_power_out() function
758 inline Tensor& matrix_power_out(const Tensor& self, int64_t n, Tensor& result) { in matrix_power_out() function
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp715 Tensor& matrix_power_out(const Tensor& self, int64_t n, Tensor& result) { in matrix_power_out() function