Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc647 const string& InMemoryRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::InMemoryRunGraphResponse
715 const string& OwnedProtoRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::OwnedProtoRunGraphResponse
716 return response_.status_error_message(); in status_error_message()
786 const string& NonOwnedProtoRunGraphResponse::status_error_message() const { in status_error_message() function in tensorflow::NonOwnedProtoRunGraphResponse
787 return response_->status_error_message(); in status_error_message()
845 const string& InMemoryRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::InMemoryRunStepResponse
895 const string& OwnedProtoRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::OwnedProtoRunStepResponse
896 return response_.status_error_message(); in status_error_message()
947 const string& NonOwnedProtoRunStepResponse::status_error_message() const { in status_error_message() function in tensorflow::NonOwnedProtoRunStepResponse
948 return response_->status_error_message(); in status_error_message()
Dmessage_wrappers.h499 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;
Dmaster_session.cc529 resp->status_error_message()))); in WhenDone()
/external/tensorflow/tensorflow/core/protobuf/tpu/
Dcompilation_result.proto15 string status_error_message = 2; field
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op.cc55 status.Update(Status(proto.status_code(), proto.status_error_message())); in Compute()
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto139 // error saved in the status_code/status_error_message fields of the
163 string status_error_message = 4; field
Dworker.proto268 // error saved in the status_code/status_error_message fields of the
303 string status_error_message = 6; field
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc248 return Status(resp->status_code(), resp->status_error_message()); in RunHelper()