Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc515 ReportBadStatus( in WhenDone()
519 ReportBadStatus(s); in WhenDone()
526 ReportBadStatus(errors::Cancelled("RunManyGraphs")); in StartCancel()
543 void ReportBadStatus(const Status& s) EXCLUSIVE_LOCKS_REQUIRED(mu_) { in ReportBadStatus() function in tensorflow::RunManyGraphs