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.h88 virtual bool store_errors_in_response_body() const = 0;
131 bool store_errors_in_response_body() const override;
182 bool store_errors_in_response_body() const override;
223 bool store_errors_in_response_body() const override;
293 virtual bool store_errors_in_response_body() const = 0;
341 bool store_errors_in_response_body() const override;
397 bool store_errors_in_response_body() const override;
438 bool store_errors_in_response_body() const override;
Dmessage_wrappers.cc96 bool InMemoryRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::InMemoryRunStepRequest
208 bool MutableProtoRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunStepRequest
209 return request_.store_errors_in_response_body(); in store_errors_in_response_body()
279 bool ProtoRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::ProtoRunStepRequest
280 return request_->store_errors_in_response_body(); in store_errors_in_response_body()
386 bool InMemoryRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::InMemoryRunGraphRequest
526 bool MutableProtoRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunGraphRequest
527 return request_.store_errors_in_response_body(); in store_errors_in_response_body()
588 bool ProtoRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::ProtoRunGraphRequest
589 return request_->store_errors_in_response_body(); in store_errors_in_response_body()
Dworker.cc133 if (request->store_errors_in_response_body()) { in RunGraphAsync()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc205 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.proto254 bool store_errors_in_response_body = 9; field
271 // If store_errors_in_response_body is true in the request, then