Function tensorflow::ops::list_dataset

source ·
pub fn list_dataset<O0: Into<Output>>(
    tensors: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ListDataset::new().build(tensors, scope).