tf.raw_ops.BandedTriangularSolve

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

A Tensor. Has the same type as matrix.