pub fn dataset_from_graph<O0: Into<Output>>(
    graph_def: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for DatasetFromGraph::new().build(graph_def, scope).