Function tensorflow::ops::tensor_dataset

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

Shorthand for TensorDataset::new().build(components, scope).