Function tensorflow::ops::batch_matrix_set_diag
source · pub fn batch_matrix_set_diag<O0: Into<Output>, O1: Into<Output>>(
input: O0,
diagonal: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for BatchMatrixSetDiag::new().build(input, diagonal, scope)
.