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