tf.raw_ops.BatchMatrixSolve

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

A Tensor. Has the same type as matrix.