Home
last modified time | relevance | path

Searched refs:store_errors_in_response_body (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/
Dmessage_wrappers.cc94 bool InMemoryRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::InMemoryRunStepRequest
206 bool MutableProtoRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunStepRequest
207 return request_.store_errors_in_response_body(); in store_errors_in_response_body()
277 bool ProtoRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::ProtoRunStepRequest
278 return request_->store_errors_in_response_body(); in store_errors_in_response_body()
384 bool InMemoryRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::InMemoryRunGraphRequest
533 bool MutableProtoRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunGraphRequest
534 return request_.store_errors_in_response_body(); in store_errors_in_response_body()
603 bool ProtoRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::ProtoRunGraphRequest
604 return request_->store_errors_in_response_body(); in store_errors_in_response_body()
Dmessage_wrappers.h88 virtual bool store_errors_in_response_body() const = 0;
134 bool store_errors_in_response_body() const override;
185 bool store_errors_in_response_body() const override;
226 bool store_errors_in_response_body() const override;
296 virtual bool store_errors_in_response_body() const = 0;
347 bool store_errors_in_response_body() const override;
406 bool store_errors_in_response_body() const override;
449 bool store_errors_in_response_body() const override;
Dworker.cc140 if (request->store_errors_in_response_body()) { in RunGraphAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc204 if (call->request.store_errors_in_response_body() && !status.ok()) { in RunStepHandler()
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto142 bool store_errors_in_response_body = 7; field
158 // If store_errors_in_response_body is true in the request, then
Dworker.proto271 bool store_errors_in_response_body = 9; field
298 // If store_errors_in_response_body is true in the request, then