You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When an Encrypted Tensor is deserialized, it need to be linked to a TenSEALContext to be operational, and that's why we require the context to be passed during deserialization. However, we can deserialize without the TenSEALContext, setting the tensor to be non functional, then requiring to link it to a specific context later to make it functional.
Is your feature request related to a problem?
We often expect the serialized output to be deserialized as is, without requiring extra information.
The text was updated successfully, but these errors were encountered:
Feature Description
When an Encrypted Tensor is deserialized, it need to be linked to a TenSEALContext to be operational, and that's why we require the context to be passed during deserialization. However, we can deserialize without the TenSEALContext, setting the tensor to be non functional, then requiring to link it to a specific context later to make it functional.
Is your feature request related to a problem?
We often expect the serialized output to be deserialized as is, without requiring extra information.
The text was updated successfully, but these errors were encountered: