Function tensorflow::ops::set_size

source ·
pub fn set_size<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    set_indices: O0,
    set_values: O1,
    set_shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for SetSize::new().build(set_indices, set_values, set_shape, scope).