Home
last modified time | relevance | path

Searched refs:CreateWorkerSession (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/protobuf/
Dworker_service.proto43 rpc CreateWorkerSession(CreateWorkerSessionRequest) rpc
Dworker.proto108 // Set to true if `CreateWorkerSession` was called for `session_handle`.
160 // Set to true if `CreateWorkerSession` was called for `session_handle`.
219 // Set to true if `CreateWorkerSession` was called for `session_handle`.
/external/tensorflow/tensorflow/core/distributed_runtime/
Dworker_interface.h137 Status CreateWorkerSession(const CreateWorkerSessionRequest* request, in CreateWorkerSession() function
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_worker_service.cc136 SETUP_FOR_REQUEST(CreateWorkerSession, 1, false); in HandleRPCsLoop()
201 HANDLE_CALL(CreateWorkerSession);