Function tensorflow::ops::model_dataset

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

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