Searched refs:store_errors_in_response_body (Results 1 – 6 of 6) sorted by relevance
94 bool InMemoryRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::InMemoryRunStepRequest206 bool MutableProtoRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunStepRequest207 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::ProtoRunStepRequest278 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::InMemoryRunGraphRequest533 bool MutableProtoRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunGraphRequest534 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::ProtoRunGraphRequest604 return request_->store_errors_in_response_body(); in store_errors_in_response_body()
88 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;
140 if (request->store_errors_in_response_body()) { in RunGraphAsync()
204 if (call->request.store_errors_in_response_body() && !status.ok()) { in RunStepHandler()
142 bool store_errors_in_response_body = 7; field158 // If store_errors_in_response_body is true in the request, then
271 bool store_errors_in_response_body = 9; field298 // If store_errors_in_response_body is true in the request, then