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