pub fn experimental_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 ExperimentalDatasetToTFRecord::new().build(input_dataset, filename, compression_type, scope).