torch.PutOptions
export interface PutOptions {
/** 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 put operations