Function tensorflow::ops::ragged_gather
source · pub fn ragged_gather<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
params_nested_splits: O0,
params_dense_values: O1,
indices: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for RaggedGather::new().build(params_nested_splits, params_dense_values, indices, scope)
.