README.md
setup.py
operations/__init__.py
operations/secure_random/__init__.py
operations/secure_random/test_secure_random.py
tensorflow_encrypted.egg-info/PKG-INFO
tensorflow_encrypted.egg-info/SOURCES.txt
tensorflow_encrypted.egg-info/dependency_links.txt
tensorflow_encrypted.egg-info/requires.txt
tensorflow_encrypted.egg-info/top_level.txt
tests/__init__.py
tests/test_argmax.py
tests/test_batch2space.py
tests/test_batchnorm.py
tests/test_concat.py
tests/test_convert.py
tests/test_convolution.py
tests/test_int100_tensor.py
tests/test_int32_tensor.py
tests/test_int64_tensor.py
tests/test_lsb.py
tests/test_matmul.py
tests/test_maxpool2d.py
tests/test_odd_implicit.py
tests/test_pad.py
tests/test_pond_equal.py
tests/test_pooling.py
tests/test_prime_tensor.py
tests/test_private_compare.py
tests/test_private_model.py
tests/test_reduce_max.py
tests/test_reduce_sum.py
tests/test_relu.py
tests/test_reshape.py
tests/test_secure_model.py
tests/test_secure_random.py
tests/test_select_share.py
tests/test_share.py
tests/test_sigmoid.py
tests/test_stack.py
tests/test_strided_slice.py
tests/test_tanh.py
tests/test_truncate.py
tf_encrypted/__init__.py
tf_encrypted/config.py
tf_encrypted/private_model.py
tf_encrypted/session.py
tf_encrypted/types.py
tf_encrypted/convert/__init__.py
tf_encrypted/convert/convert.py
tf_encrypted/convert/register.py
tf_encrypted/layers/__init__.py
tf_encrypted/layers/activation.py
tf_encrypted/layers/batchnorm.py
tf_encrypted/layers/convolution.py
tf_encrypted/layers/core.py
tf_encrypted/layers/dense.py
tf_encrypted/layers/pooling.py
tf_encrypted/layers/reshape.py
tf_encrypted/operations/__init__.py
tf_encrypted/operations/secure_random/__init__.py
tf_encrypted/operations/secure_random/secure_random.py
tf_encrypted/operations/secure_random/secure_random_module.so
tf_encrypted/operations/secure_random/secure_random_module_tf_1.10.0.so
tf_encrypted/operations/secure_random/secure_random_module_tf_1.12.0.so
tf_encrypted/operations/secure_random/secure_random_module_tf_1.13.0-dev20181126.so
tf_encrypted/operations/secure_random/secure_random_module_tf_1.13.0-dev20190103.so
tf_encrypted/player/__init__.py
tf_encrypted/player/__main__.py
tf_encrypted/player/player.py
tf_encrypted/protocol/__init__.py
tf_encrypted/protocol/pond.py
tf_encrypted/protocol/protocol.py
tf_encrypted/protocol/replicated/__init__.py
tf_encrypted/protocol/replicated/context.py
tf_encrypted/protocol/replicated/kernels.py
tf_encrypted/protocol/replicated/ops.py
tf_encrypted/protocol/replicated/replicated.py
tf_encrypted/protocol/replicated/tensor.py
tf_encrypted/protocol/replicated/test_kernels.py
tf_encrypted/protocol/replicated/test_replicated.py
tf_encrypted/protocol/replicated/types.py
tf_encrypted/protocol/securenn/__init__.py
tf_encrypted/protocol/securenn/odd_tensor.py
tf_encrypted/protocol/securenn/securenn.py
tf_encrypted/tensor/__init__.py
tf_encrypted/tensor/factory.py
tf_encrypted/tensor/fixed.py
tf_encrypted/tensor/helpers.py
tf_encrypted/tensor/int100.py
tf_encrypted/tensor/native.py
tf_encrypted/tensor/shared.py
tf_encrypted/tensor/utils.py