Function tensorflow::ops::ragged_tensor_to_variant
source · pub fn ragged_tensor_to_variant<O0: Into<Output>, O1: Into<Output>>(
rt_nested_splits: O0,
rt_dense_values: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RaggedTensorToVariant::new().build(rt_nested_splits, rt_dense_values, scope)
.