pub fn load_dataset<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
    ctx: &'a Context,
    path: &T0,
    reader_func_other_args: &T1
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for LoadDataset::new().call(&ctx, &path, &reader_func_other_args).

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