Function tensorflow::ops::unbatch

source ·
pub fn unbatch<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    batched_tensor: O0,
    batch_index: O1,
    id: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for Unbatch::new().build(batched_tensor, batch_index, id, scope).