Home
last modified time | relevance | path

Searched defs:MasterService (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dmaster_service.proto87 service MasterService { service
89 rpc CreateSession(CreateSessionRequest) returns (CreateSessionResponse);
92 rpc ExtendSession(ExtendSessionRequest) returns (ExtendSessionResponse);
95 rpc PartialRunSetup(PartialRunSetupRequest) returns (PartialRunSetupResponse);
98 rpc RunStep(RunStepRequest) returns (RunStepResponse);
101 rpc CloseSession(CloseSessionRequest) returns (CloseSessionResponse);
104 rpc ListDevices(ListDevicesRequest) returns (ListDevicesResponse);
109 rpc Reset(ResetRequest) returns (ResetResponse);
112 rpc MakeCallable(MakeCallableRequest) returns (MakeCallableResponse);
115 rpc RunCallable(RunCallableRequest) returns (RunCallableResponse);
[all …]