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

Method CleanupAllAsync

tensorflow/core/distributed_runtime/worker.cc:384–391  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384void Worker::CleanupAllAsync(const CleanupAllRequest* request,
385 CleanupAllResponse* response,
386 StatusCallback done) {
387 std::vector<string> containers;
388 for (const auto& c : request->container()) containers.push_back(c);
389 env_->device_mgr->ClearContainers(containers);
390 done(Status::OK());
391}
392
393void Worker::LoggingAsync(const LoggingRequest* request,
394 LoggingResponse* response, StatusCallback done) {

Callers 1

CleanupWorkersMethod · 0.45

Calls 3

ClearContainersMethod · 0.80
containerMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected