Function tensorflow::ops::non_serializable_dataset
source · pub fn non_serializable_dataset<O0: Into<Output>>(
input_dataset: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for NonSerializableDataset::new().build(input_dataset, scope)
.