HomeSort by relevance Sort by last modified time
    Searched refs:ToGrpcStatus (Results 1 - 5 of 5) sorted by null

  /external/tensorflow/tensorflow/core/distributed_runtime/rpc/
grpc_master_service.cc 149 call->SendResponse(ToGrpcStatus(status));
159 call->SendResponse(ToGrpcStatus(status));
169 call->SendResponse(ToGrpcStatus(status));
199 call->SendResponse(ToGrpcStatus(Status::OK()));
201 call->SendResponse(ToGrpcStatus(status));
212 call->SendResponse(ToGrpcStatus(status));
222 call->SendResponse(ToGrpcStatus(status));
231 call->SendResponse(ToGrpcStatus(status));
grpc_worker_service.cc 207 call->SendResponse(ToGrpcStatus(s));
218 call->SendResponse(ToGrpcStatus(s));
229 call->SendResponse(ToGrpcStatus(s));
238 call->SendResponse(ToGrpcStatus(s));
247 call->SendResponse(ToGrpcStatus(s));
256 call->SendResponse(ToGrpcStatus(s));
276 call->SendResponse(ToGrpcStatus(s));
291 call->SendResponse(ToGrpcStatus(s));
301 call->SendResponse(ToGrpcStatus(s));
309 call->SendResponse(ToGrpcStatus(s))
    [all...]
grpc_util.h 61 inline ::grpc::Status ToGrpcStatus(const ::tensorflow::Status& s) {
  /external/tensorflow/tensorflow/contrib/verbs/
grpc_verbs_service.cc 103 call->SendResponse(ToGrpcStatus(s));
rdma.cc     [all...]

Completed in 491 milliseconds