Home
last modified time | relevance | path

Searched refs:ToGrpcStatus (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_master_service.cc157 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 …]
Dgrpc_worker_service.cc195 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()
Dgrpc_util.h97 inline ::grpc::Status ToGrpcStatus(const ::tensorflow::Status& s) { in ToGrpcStatus() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/eager/
Dgrpc_eager_service_impl.h50 ToGrpcStatus(local_impl_.method(&call->request, &call->response))); \
/external/tensorflow/tensorflow/contrib/verbs/
Dgrpc_verbs_service.cc103 call->SendResponse(ToGrpcStatus(s)); in GetRemoteAddressHandler()
Drdma.cc1333 ::grpc::Status gs = ToGrpcStatus(rm.status_); in CreateMessage()
/external/tensorflow/tensorflow/compiler/xla/rpc/
Dgrpc_service.cc32 return tensorflow::ToGrpcStatus(s); in DelegateRPC()