Function tensorflow::ops::xla_split_nd

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

Shorthand for XlaSplitND::new().build(input, scope).