Releases: tf-encrypted/tf-big
Releases · tf-encrypted/tf-big
0.2.1
New features
- Adds ability to import/export tensors in GMP's "limbs" format (i.e. encode large-precision ints as raw bytes)
- Adds "RandomRsaModulus" and "Div" ops needed by Paillier cryptosystem
- Updates the underlying TF version from 1.x to 2.x. This release has been tested against TF 2.2.0, although other versions may work as well.
Breaking changes
tf_big.convert_to_tensor
andtf_big.convert_from_tensor
are nowtf_big.import_tensor
(ortf_big.import_limbs_tensor
) andtf_big.export_tensor
(ortf_big.export_limbs_tensor
)- TF Big no longer works with TF 1.x. Use the
tf.compat.v1
module in TF 2.x for old code.