Searched defs:linalg_solve_is_vector_rhs (Results 1 – 2 of 2) sorted by relevance
541 inline bool linalg_solve_is_vector_rhs(const Tensor& input, const Tensor& other) { in linalg_solve_is_vector_rhs() function
1390 def linalg_solve_is_vector_rhs(input: Tensor, other: Tensor) -> bool: function