Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp2772 Tensor linalg_matrix_exp(const Tensor& a) { in linalg_matrix_exp() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py190 def linalg_matrix_exp(self): function