torchbiggraph/parameter_sharing.py [264:276]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                len(key),
                -1 if accum else src.ndimension(),
                int(accum),
                int(overwrite),
                _dtypes.index(src.dtype),
            ],
            dtype=torch.long,
        )
        td.send(cmd_rpc, self.server_rank)
        td.send(_fromstring(key), self.server_rank)
        if not accum:
            td.send(torch.tensor(list(src.size()), dtype=torch.long), self.server_rank)
        start_t = time.monotonic()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



torchbiggraph/parameter_sharing.py [384:396]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                len(key),
                -1 if accum else src.ndimension(),
                int(accum),
                int(overwrite),
                _dtypes.index(src.dtype),
            ],
            dtype=torch.long,
        )
        td.send(cmd_rpc, self.server_rank)
        td.send(_fromstring(key), self.server_rank)
        if not accum:
            td.send(torch.tensor(list(src.size()), dtype=torch.long), self.server_rank)
        start_t = time.monotonic()
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



