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

Method ~TestCluster

tensorflow/core/distributed_runtime/rpc/grpc_testlib.cc:90–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90TestCluster::~TestCluster() {
91 for (auto& subprocess : subprocesses_) {
92 subprocess->Kill(9);
93 }
94}
95
96} // end namespace test
97} // end namespace tensorflow

Callers

nothing calls this directly

Calls 1

KillMethod · 0.80

Tested by

no test coverage detected