tensorflow::ops

Function dataset_to_single_element

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

Shorthand for DatasetToSingleElement::new().build(dataset, scope).