Public static methods
object ragged_gather(ValueTuple<object> params_nested_splits, IGraphNodeBase params_dense_values, IGraphNodeBase indices, int OUTPUT_RAGGED_RANK, string name)
object ragged_gather_dyn(object params_nested_splits, object params_dense_values, object indices, object OUTPUT_RAGGED_RANK, object name)
object ragged_gather_eager_fallback(ValueTuple<object> params_nested_splits, IGraphNodeBase params_dense_values, IGraphNodeBase indices, int OUTPUT_RAGGED_RANK, string name, Context ctx)
object ragged_gather_eager_fallback_dyn(object params_nested_splits, object params_dense_values, object indices, object OUTPUT_RAGGED_RANK, object name, object ctx)
Public properties