Searched refs:CallWithRetry (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_remote_master.cc | 47 return CallWithRetry(call_options, request, response, in CreateSession() 54 return CallWithRetry(call_options, request, response, in ExtendSession() 61 return CallWithRetry(call_options, request, response, in PartialRunSetup() 67 return CallWithRetry(call_options, &request->ToProto(), in RunStep() 75 return CallWithRetry(call_options, request, response, in CloseSession() 82 return CallWithRetry(call_options, request, response, in ListDevices() 88 return CallWithRetry(call_options, request, response, in Reset() 95 return CallWithRetry(call_options, request, response, in MakeCallable() 101 return CallWithRetry(call_options, request, response, in RunCallable() 107 return CallWithRetry(call_options, request, response, in ReleaseCallable() [all …]
|