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