torch.IndexPutOptions
export interface IndexPutOptions {
/** If true, add to existing values instead of replacing (default: false) */
accumulate?: boolean;
}accumulate(boolean)optional- – If true, add to existing values instead of replacing (default: false)
Options for index_put operations