Home
last modified time | relevance | path

Searched defs:should_alert (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/tools/alerts/
Dcreate_alerts.py153 def should_alert(self) -> bool: member in JobStatus
/external/pytorch/torch/testing/_internal/
Dcommon_utils.py4141 def check_nondeterministic_alert(self, fn, caller_name, should_alert=True): argument