syft.frameworks.torch.functions

Module Contents

syft.frameworks.torch.functions.combine_pointers(*pointers: List[ObjectPointer]) → MultiPointerTensor

Accepts a list of pointers and returns them as a MultiPointerTensor. See MultiPointerTensor docs for details.

Arg:
*pointers: a list of pointers to tensors (including

their wrappers like normal)