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