Function tensorflow::eager::raw_ops::snapshot_chunk_dataset
source · pub fn snapshot_chunk_dataset<'a, T0: ToTensorHandle<'a>>(
ctx: &'a Context,
chunk_file: &T0
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for SnapshotChunkDataset::new().call(&ctx, &chunk_file)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/SnapshotChunkDataset