tensorflow::ops

Function finalize_dataset

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

Shorthand for FinalizeDataset::new().build(input_dataset, scope).