Searched refs:error_msg_ (Results 1 – 3 of 3) sorted by relevance
496 OP_REQUIRES_OK(context, context->GetAttr("error_msg", &error_msg_)); in AbortOp()503 LOG(FATAL) << "Abort_op intentional failure; " << error_msg_; in Compute()505 LOG(WARNING) << "Exiting the process: " << error_msg_; in Compute()511 string error_msg_; member in tensorflow::AbortOp
44 dec->error_msg_ = "OK"; in SetOk()76 if (!dec->error_msg_) return "OK"; in VP8StatusMessage()77 return dec->error_msg_; in VP8StatusMessage()92 dec->error_msg_ = msg; in VP8SetError()
185 const char* error_msg_; // set when status_ is not OK. member