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

Method Swap

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

Source from the content-addressed store, hash-verified

155}
156
157void ExchangeQueue::Swap(ExchangeQueue* other) {
158 exchanges_.swap(other->exchanges_);
159 std::swap(call_started_, other->call_started_);
160}
161
162void ExchangeQueue::CompleteAll(Status status) {
163 for (Exchange& exchange : exchanges_) {

Callers 15

WrapStringTensorAsEventsFunction · 0.45
BuildRunStepResponseFunction · 0.45
RecvValueMethod · 0.45
DoRegisterPartitionsMethod · 0.45
RunPartitionsHelperMethod · 0.45
RunPartitionsMethod · 0.45
ProcessStatsMethod · 0.45
InitFromMethod · 0.45
ParseFromMethod · 0.45
ParseSlowMethod · 0.45
RetrieveLogsMethod · 0.45

Calls 1

swapMethod · 0.45

Tested by 1

BuildRunStepResponseFunction · 0.36