Function tensorflow::ops::matrix_diag_v2

source ·
pub fn matrix_diag_v2<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
    diagonal: O0,
    k: O1,
    num_rows: O2,
    num_cols: O3,
    padding_value: O4,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for MatrixDiagV2::new().build(diagonal, k, num_rows, num_cols, padding_value, scope).