scatter import { scatter } from "destack:tensor"; Scatter updates into operand. export declare function scatter(operand: Tensor, indices: Tensor, updates: Tensor, axes: ScatterAxes, options?: TensorScatterOptions | undefined): Tensor language/library/src/tensor/ops.ds:421:435