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