Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebra.cpp2634 bool compute_highest_degree_approx = false in mexp_impl()
2708 Tensor mexp(const Tensor& a, bool compute_highest_degree_approx = false) { in mexp()