pub fn experimental_random_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    seed: &T0,
    seed2: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for ExperimentalRandomDataset::new().call(&ctx, &seed, &seed2).

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