torch.ScatterReduceOptions
export interface ScatterReduceOptions {
/** Whether to include the current values of the tensor in the reduction (default: true) */
include_self?: boolean;
}include_self(boolean)optional- – Whether to include the current values of the tensor in the reduction (default: true)
Options for scatter_reduce operations