torch.DeterministicOptions
export interface DeterministicOptions {
/** If true, warn instead of raising errors when non-deterministic ops are used (default: false) */
warn_only?: boolean;
}warn_only(boolean)optional- – If true, warn instead of raising errors when non-deterministic ops are used (default: false)
Options for use_deterministic_algorithms