dgl.udf.NodeBatch.mailbox

NodeBatch.mailbox

Return the received messages.

If no messages received, a None will be returned.

Returns:The messages nodes received. If dict, the keys are str and the values are tensor.
Return type:dict or None