Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream.h124 bool ok() const { return !InErrorState(); } in ok()
2026 bool InErrorState() const TF_LOCKS_EXCLUDED(mu_) { in InErrorState() function