Structs§
Type Aliases§
- Dispatch
Gather Fn output = data.gather(axis, indices), i.e.output[..., i, ...] = data[..., indices[i], ...]alongaxis. Negative indices wrap (matches the CPU op).
output = data.gather(axis, indices), i.e.
output[..., i, ...] = data[..., indices[i], ...] along axis.
Negative indices wrap (matches the CPU op).