Function tensorflow::eager::raw_ops::ragged_tensor_to_sparse
source · pub fn ragged_tensor_to_sparse<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
rt_nested_splits: &[&T0],
rt_dense_values: &T1
) -> Result<[TensorHandle<'a>; 3]>
Expand description
Shorthand for RaggedTensorToSparse::new().call(&ctx, &rt_nested_splits, &rt_dense_values)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RaggedTensorToSparse