tf.raw_ops.BatchMatrixSetDiag(
input, diagonal, name=None
)
Args | |
---|---|
input
|
A Tensor .
|
diagonal
|
A Tensor . Must have the same type as input .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor . Has the same type as input .
|