Searched refs:store_errors_in_response_body (Results 1 – 6 of 6) sorted by relevance
88 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;
96 bool InMemoryRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::InMemoryRunStepRequest208 bool MutableProtoRunStepRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunStepRequest209 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::ProtoRunStepRequest280 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::InMemoryRunGraphRequest526 bool MutableProtoRunGraphRequest::store_errors_in_response_body() const { in store_errors_in_response_body() function in tensorflow::MutableProtoRunGraphRequest527 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::ProtoRunGraphRequest589 return request_->store_errors_in_response_body(); in store_errors_in_response_body()
133 if (request->store_errors_in_response_body()) { in RunGraphAsync()
205 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
254 bool store_errors_in_response_body = 9; field271 // If store_errors_in_response_body is true in the request, then