MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / DeleteWorkerSessionAsync

Method DeleteWorkerSessionAsync

tensorflow/core/distributed_runtime/worker.cc:67–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67void Worker::DeleteWorkerSessionAsync(CallOptions* opts,
68 const DeleteWorkerSessionRequest* request,
69 DeleteWorkerSessionResponse* response,
70 StatusCallback done) {
71 Status s = env_->session_mgr->DeleteSession(request->session_handle());
72 done(s);
73}
74
75void Worker::RegisterGraphAsync(const RegisterGraphRequest* request,
76 RegisterGraphResponse* response,

Callers 1

DeleteWorkerSessionsMethod · 0.45

Calls 2

session_handleMethod · 0.80
DeleteSessionMethod · 0.45

Tested by

no test coverage detected