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