kd.data.Gather#
- class kauldron.data.Gather(*, key: typing.Annotated[typing.Any, <object object at 0x76412092fb90>] | typing.Sequence[typing.Annotated[typing.Any, <object object at 0x76412092fb90>]] | dict[typing.Annotated[typing.Any, <object object at 0x76412092fb90>], typing.Annotated[typing.Any, <object object at 0x76412092fb90>]], axis: int, indices: tuple[int, ...])[source]
Bases:
kauldron.data.transforms.base.ElementWiseTransformGathers entries along a single dimension.
- axis: int
- indices: tuple[int, ...]
- map_element(
- element: kauldron.typing.array_types.XArray,