Home
last modified time | relevance | path

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

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