MCPcopy
hub / github.com/dmlc/dgl / incr_msg_seq

Function incr_msg_seq

python/dgl/distributed/rpc.py:329–337  ·  view source on GitHub ↗

Increment the message sequence number and return the old one. Returns ------- long Message sequence number

()

Source from the content-addressed store, hash-verified

327
328
329def incr_msg_seq():
330 """Increment the message sequence number and return the old one.
331
332 Returns
333 -------
334 long
335 Message sequence number
336 """
337 return _CAPI_DGLRPCIncrMsgSeq()
338
339
340def get_msg_seq():

Callers 5

send_requestFunction · 0.85
send_request_to_machineFunction · 0.85
remote_callFunction · 0.85
send_requests_to_machineFunction · 0.85
fast_pullFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected