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