tf.raw_ops.BatchMatrixBandPart(
input, num_lower, num_upper, name=None
)
Args | |
---|---|
input
|
A Tensor .
|
num_lower
|
A Tensor of type int64 .
|
num_upper
|
A Tensor of type int64 .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor . Has the same type as input .
|