Home
last modified time | relevance | path

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

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