pub fn dataset_to_graph<O0: Into<Output>>( input_dataset: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DatasetToGraph::new().build(input_dataset, scope).
DatasetToGraph::new().build(input_dataset, scope)