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