Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/cloud/
Dretrying_utils.cc26 bool IsRetriable(error::Code code) { in IsRetriable() function
54 if (!IsRetriable(status.code())) { in CallWithRetries()