README.md
setup.cfg
setup.py
syft/__init__.py
syft/codes.py
syft/dependency_check.py
syft/exceptions.py
syft/grid.py
syft.egg-info/PKG-INFO
syft.egg-info/SOURCES.txt
syft.egg-info/dependency_links.txt
syft.egg-info/requires.txt
syft.egg-info/top_level.txt
syft/federated/__init__.py
syft/federated/federated_client.py
syft/federated/plan.py
syft/federated/train_config.py
syft/frameworks/__init__.py
syft/frameworks/keras/__init__.py
syft/frameworks/keras/hook.py
syft/frameworks/keras/layers/__init__.py
syft/frameworks/keras/layers/constructor.py
syft/frameworks/keras/model/__init__.py
syft/frameworks/keras/model/sequential.py
syft/frameworks/torch/__init__.py
syft/frameworks/torch/functions.py
syft/frameworks/torch/overload_torch.py
syft/frameworks/torch/torch_attributes.py
syft/frameworks/torch/crypto/__init__.py
syft/frameworks/torch/crypto/securenn.py
syft/frameworks/torch/crypto/spdz.py
syft/frameworks/torch/differential_privacy/__init__.py
syft/frameworks/torch/differential_privacy/pate.py
syft/frameworks/torch/federated/__init__.py
syft/frameworks/torch/federated/dataloader.py
syft/frameworks/torch/federated/dataset.py
syft/frameworks/torch/federated/utils.py
syft/frameworks/torch/hook/__init__.py
syft/frameworks/torch/hook/hook.py
syft/frameworks/torch/hook/hook_args.py
syft/frameworks/torch/pointers/__init__.py
syft/frameworks/torch/pointers/callable_pointer.py
syft/frameworks/torch/pointers/object_pointer.py
syft/frameworks/torch/pointers/object_wrapper.py
syft/frameworks/torch/pointers/pointer_tensor.py
syft/frameworks/torch/tensors/__init__.py
syft/frameworks/torch/tensors/decorators/__init__.py
syft/frameworks/torch/tensors/decorators/logging.py
syft/frameworks/torch/tensors/interpreters/Polynomial.py
syft/frameworks/torch/tensors/interpreters/__init__.py
syft/frameworks/torch/tensors/interpreters/abstract.py
syft/frameworks/torch/tensors/interpreters/additive_shared.py
syft/frameworks/torch/tensors/interpreters/autograd.py
syft/frameworks/torch/tensors/interpreters/build_gradients.py
syft/frameworks/torch/tensors/interpreters/gradients.py
syft/frameworks/torch/tensors/interpreters/gradients_core.py
syft/frameworks/torch/tensors/interpreters/large_precision.py
syft/frameworks/torch/tensors/interpreters/multi_pointer.py
syft/frameworks/torch/tensors/interpreters/native.py
syft/frameworks/torch/tensors/interpreters/plusisminus.py
syft/frameworks/torch/tensors/interpreters/polynomial.py
syft/frameworks/torch/tensors/interpreters/precision.py
syft/generic/__init__.py
syft/generic/id_provider.py
syft/generic/object_storage.py
syft/serde/__init__.py
syft/serde/native_serde.py
syft/serde/serde.py
syft/serde/torch_serde.py
syft/workers/__init__.py
syft/workers/abstract.py
syft/workers/base.py
syft/workers/tfe.py
syft/workers/virtual.py
syft/workers/websocket_client.py
syft/workers/websocket_server.py
test/__init__.py
test/conftest.py
test/test___init__.py
test/test_dependency_check.py
test/test_exceptions.py
test/test_grid.py
test/test_local_worker.py
test/test_sandbox.py
test/test_serde.py
test/test_udacity.py
test/federated/__init__.py
test/federated/test_federated_client.py
test/federated/test_plan.py
test/federated/test_train_config.py
test/generic/__init__.py
test/generic/test_id_provider.py
test/torch/__init__.py
test/torch/test_federated_learning.py
test/torch/test_functions.py
test/torch/test_hook.py
test/torch/crypto/__init__.py
test/torch/crypto/test_snn.py
test/torch/differential_privacy/__init__.py
test/torch/differential_privacy/test_pate.py
test/torch/federated/__init__.py
test/torch/federated/test_dataloader.py
test/torch/federated/test_dataset.py
test/torch/federated/test_utils.py
test/torch/pointers/__init__.py
test/torch/pointers/test_callable_pointer.py
test/torch/pointers/test_pointer_tensor.py
test/torch/tensors/__init__.py
test/torch/tensors/test_additive_shared.py
test/torch/tensors/test_autograd.py
test/torch/tensors/test_gc.py
test/torch/tensors/test_large_precision.py
test/torch/tensors/test_logging.py
test/torch/tensors/test_multi_pointer.py
test/torch/tensors/test_native.py
test/torch/tensors/test_parameter.py
test/torch/tensors/test_polynomial.py
test/torch/tensors/test_precision.py
test/torch/tensors/test_tensor.py
test/torch/tensors/test_variable.py
test/workers/__init__.py
test/workers/test_base.py
test/workers/test_virtual.py
test/workers/test_websocket_worker.py
test/workers/test_worker.py