Searched refs:status_error_message (Results 1 – 8 of 8) sorted by relevance
647 const string& InMemoryRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::InMemoryRunGraphResponse715 const string& OwnedProtoRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::OwnedProtoRunGraphResponse716 return response_.status_error_message(); in status_error_message()786 const string& NonOwnedProtoRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::NonOwnedProtoRunGraphResponse787 return response_->status_error_message(); in status_error_message()845 const string& InMemoryRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::InMemoryRunStepResponse895 const string& OwnedProtoRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::OwnedProtoRunStepResponse896 return response_.status_error_message(); in status_error_message()947 const string& NonOwnedProtoRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::NonOwnedProtoRunStepResponse948 return response_->status_error_message(); in status_error_message()
499 virtual const string& status_error_message() const = 0;532 const string& status_error_message() const override;565 const string& status_error_message() const override;592 const string& status_error_message() const override;645 virtual const string& status_error_message() const = 0;676 const string& status_error_message() const override;705 const string& status_error_message() const override;730 const string& status_error_message() const override;
529 resp->status_error_message()))); in WhenDone()
15 string status_error_message = 2; field
55 status.Update(Status(proto.status_code(), proto.status_error_message())); in Compute()
139 // error saved in the status_code/status_error_message fields of the163 string status_error_message = 4; field
268 // error saved in the status_code/status_error_message fields of the303 string status_error_message = 6; field
248 return Status(resp->status_code(), resp->status_error_message()); in RunHelper()