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