Function tensorflow::ops::split

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

Shorthand for Split::new().build(split_dim, value, scope).