tf.raw_ops.BatchMatrixSolveLs

matrixA Tensor. Must be one of the following types: float64, float32.
rhsA Tensor. Must have the same type as matrix.
l2_regularizerA Tensor of type float64.
fastAn optional bool. Defaults to True.
nameA name for the operation (optional).

A Tensor. Has the same type as matrix.