Function tensorflow::eager::raw_ops::batch

source ·
pub fn batch<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    in_tensors: &T0
) -> Result<[TensorHandle<'a>; 3]>
Expand description

Shorthand for Batch::new().call(&ctx, &in_tensors).

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