pub fn map_and_batch_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_dataset: &T0,
    other_arguments: &T1,
    batch_size: &T2,
    num_parallel_calls: &T3,
    drop_remainder: &T4
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for MapAndBatchDataset::new().call(&ctx, &input_dataset, &other_arguments, &batch_size, &num_parallel_calls, &drop_remainder).

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