Searched refs:ToGrpcStatus (Results 1 – 7 of 7) sorted by relevance
157 call->SendResponse(ToGrpcStatus(status)); in CreateSessionHandler()168 call->SendResponse(ToGrpcStatus(status)); in ExtendSessionHandler()178 call->SendResponse(ToGrpcStatus(status)); in PartialRunSetupHandler()208 call->SendResponse(ToGrpcStatus(Status::OK())); in RunStepHandler()210 call->SendResponse(ToGrpcStatus(status)); in RunStepHandler()221 call->SendResponse(ToGrpcStatus(status)); in CloseSessionHandler()231 call->SendResponse(ToGrpcStatus(status)); in ListDevicesHandler()240 call->SendResponse(ToGrpcStatus(status)); in ResetHandler()250 call->SendResponse(ToGrpcStatus(status)); in MakeCallableHandler()270 call->SendResponse(ToGrpcStatus(status)); in RunCallableHandler()[all …]
195 call->SendResponse(ToGrpcStatus(s)); \218 call->SendResponse(ToGrpcStatus(s)); in GetStepSequenceHandler()242 call->SendResponse(ToGrpcStatus(s)); in RunGraphHandler()274 call->SendResponse(ToGrpcStatus(s)); in RecvTensorHandlerRaw()304 call->SendResponse(ToGrpcStatus(s)); in RecvBufHandler()323 call->SendResponse(ToGrpcStatus(s)); in CompleteGroupHandler()342 call->SendResponse(ToGrpcStatus(s)); in CompleteInstanceHandler()
97 inline ::grpc::Status ToGrpcStatus(const ::tensorflow::Status& s) { in ToGrpcStatus() function
50 ToGrpcStatus(local_impl_.method(&call->request, &call->response))); \
103 call->SendResponse(ToGrpcStatus(s)); in GetRemoteAddressHandler()
1333 ::grpc::Status gs = ToGrpcStatus(rm.status_); in CreateMessage()
32 return tensorflow::ToGrpcStatus(s); in DelegateRPC()