Home
last modified time | relevance | path

Searched full:stalethresholdmillis (Results 1 – 1 of 1) sorted by relevance

/external/pytorch/.github/workflows/
Dstale.yml81 let staleThresholdMillis;
84 staleThresholdMillis = STALE_CLOSE_THRESHOLD_MS;
87 staleThresholdMillis = STALE_LABEL_THRESHOLD_MS;
93 if (millisSinceLastUpdated < staleThresholdMillis) {