pub fn ragged_tensor_to_sparse<O0: Into<Output>, O1: Into<Output>>(
    rt_nested_splits: O0,
    rt_dense_values: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for RaggedTensorToSparse::new().build(rt_nested_splits, rt_dense_values, scope).