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