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

Method CompleteAll

tensorflow/core/distributed_runtime/rpc/grpc_state.cc:162–166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void ExchangeQueue::CompleteAll(Status status) {
163 for (Exchange& exchange : exchanges_) {
164 exchange.Complete(status);
165 }
166}
167
168namespace {
169std::set<std::pair<Exchange::State, Exchange::State>>*

Callers 1

UNLOCK_FUNCTIONMethod · 0.80

Calls 1

CompleteMethod · 0.45

Tested by

no test coverage detected