Searched refs:status_error_message (Results 1 – 9 of 9) sorted by relevance
487 virtual const string& status_error_message() const = 0;520 const string& status_error_message() const override;553 const string& status_error_message() const override;580 const string& status_error_message() const override;633 virtual const string& status_error_message() const = 0;664 const string& status_error_message() const override;693 const string& status_error_message() const override;718 const string& status_error_message() const override;
628 const string& InMemoryRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::InMemoryRunGraphResponse696 const string& OwnedProtoRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::OwnedProtoRunGraphResponse697 return response_.status_error_message(); in status_error_message()767 const string& NonOwnedProtoRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::NonOwnedProtoRunGraphResponse768 return response_->status_error_message(); in status_error_message()826 const string& InMemoryRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::InMemoryRunStepResponse876 const string& OwnedProtoRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::OwnedProtoRunStepResponse877 return response_.status_error_message(); in status_error_message()928 const string& NonOwnedProtoRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::NonOwnedProtoRunStepResponse929 return response_->status_error_message(); in status_error_message()
516 Status(resp->status_code(), resp->status_error_message())); in WhenDone()
13 string status_error_message = 2; field
139 // error saved in the status_code/status_error_message fields of the163 string status_error_message = 4; field
251 // error saved in the status_code/status_error_message fields of the276 string status_error_message = 6; field
231 return Status(resp->status_code(), resp->status_error_message()); in RunHelper()
1129 if proto.status_error_message:1131 proto.status_error_message))
521 if proto.status_error_message:522 logging.error('Compilation failed: {}'.format(proto.status_error_message))