pub fn dataset_from_graph<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    graph_def: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for DatasetFromGraph::new().call(&ctx, &graph_def).

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