pub fn dense_to_sparse_batch_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    input_dataset: &T0,
    batch_size: &T1,
    row_shape: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for DenseToSparseBatchDataset::new().call(&ctx, &input_dataset, &batch_size, &row_shape).

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