OpenMined / TenSEAL

A library for doing homomorphic encryption operations on tensors
Apache License 2.0
837 stars 158 forks source link

Feature379 ckksvector shape #394

Closed mrader1248 closed 2 years ago

mrader1248 commented 2 years ago

Description

As stated in issue #379, it is strange that the property shape is defined for AbstractTensor, but calling it on a CKKSVector raises an error. Therefore, I have overriden the property shape for CKKSVector, simply calling the method size.

Affected Dependencies

None

How has this been tested?

Checklist

bcebere commented 2 years ago

Thank you for your contribution! LGTM!