Function tensorflow::ops::unpack

source ·
pub fn unpack<O0: Into<Output>>(
    value: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Unpack::new().build(value, scope).