Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebraUtils.h277 inline void linearSolveCheckInputs(const Tensor& self, const Tensor& A, const char* name) { in linearSolveCheckInputs() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py748 def linearSolveCheckInputs(self: Tensor, A: Tensor, name: str): function