Home
last modified time | relevance | path

Searched refs:err_substr (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/testing/_internal/
H A Dcommon_distributed.py208 def verify_ddp_error_logged(model_DDP, err_substr): argument
217 err_substr
218 if err_substr.find("\nException raised from ") == -1
219 else err_substr.split("\nException raised from ")[0]