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