README.md
setup.py
tests/__init__.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_pond_equal.py
tests/test_pooling.py
tests/test_prime_tensor.py
tests/test_private_compare.py
tests/test_reduce_max.py
tests/test_reduce_sum.py
tests/test_relu.py
tests/test_reshape.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/session.py
tf_encrypted/types.py
tf_encrypted.egg-info/PKG-INFO
tf_encrypted.egg-info/SOURCES.txt
tf_encrypted.egg-info/dependency_links.txt
tf_encrypted.egg-info/requires.txt
tf_encrypted.egg-info/top_level.txt
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/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/securenn.py
tf_encrypted/protocol/unencrypted_fixedpoint.py
tf_encrypted/protocol/unencrypted_native.py
tf_encrypted/tensor/__init__.py
tf_encrypted/tensor/crt.py
tf_encrypted/tensor/factory.py
tf_encrypted/tensor/fixed.py
tf_encrypted/tensor/helpers.py
tf_encrypted/tensor/int100.py
tf_encrypted/tensor/int32.py
tf_encrypted/tensor/int64.py
tf_encrypted/tensor/odd_implicit.py
tf_encrypted/tensor/prime.py
tf_encrypted/tensor/shared.py
tf_encrypted/tensor/tensor.py
tf_encrypted/tensor/utils.py