Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DLinearAlgebraUtils.h541 inline bool linalg_solve_is_vector_rhs(const Tensor& input, const Tensor& other) { in linalg_solve_is_vector_rhs() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py1390 def linalg_solve_is_vector_rhs(input: Tensor, other: Tensor) -> bool: function