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