Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcontrol_flow_ops.cc496 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
/external/webp/src/dec/
Dvp8_dec.c44 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()
Dvp8i_dec.h185 const char* error_msg_; // set when status_ is not OK. member