Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dstream.h2033 void CheckError(bool operation_retcode) TF_LOCKS_EXCLUDED(mu_) { in CheckError() argument
2034 if (operation_retcode) { in CheckError()