gather import { gather } from "destack:tensor"; Gather slices from operand. export declare function gather(operand: Tensor, indices: Tensor, axes: GatherAxes, sliceShape: Shape, options?: TensorOutputOptions | undefined): Tensor language/library/src/tensor/ops.ds:403:417