tensorflow::ops

Function matrix_set_diag

Source
pub fn matrix_set_diag<O0: Into<Output>, O1: Into<Output>>(
    input: O0,
    diagonal: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for MatrixSetDiag::new().build(input, diagonal, scope).