Function tensorflow::eager::raw_ops::unbatch

source ·
pub fn unbatch<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    batched_tensor: &T0,
    batch_index: &T1,
    id: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for Unbatch::new().call(&ctx, &batched_tensor, &batch_index, &id).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/Unbatch