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