r"""Solves one or more linear least-squares problems. `matrix` is a tensor of shape `[..., M, N]` whose inner-most 2 dimensions form `M`-by-`N` matrices. Rhs is a tensor of shape `[..., M, K]` whose inner-most 2 dimensions form `M`-by-`K` matrices. The computed output is a `Tensor` of shap
(matrix, rhs, l2_regularizer=0.0, fast=True, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected