Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CKKSTensor - polynom evaluation #164

Closed
youben11 opened this issue Nov 23, 2020 · 0 comments · Fixed by #173
Closed

CKKSTensor - polynom evaluation #164

youben11 opened this issue Nov 23, 2020 · 0 comments · Fixed by #173
Labels
Good first issue 🎓 Perfect for beginners, welcome to OpenMined! Type: New Feature ➕ Introduction of a completely new addition to the codebase
Milestone

Comments

@youben11
Copy link
Member

Feature Description

Implement the method for performing a polynomial evaluation on CKKSTensor. A helper function for performing polynom evaluation on ciphertext is provided, this feature will mainly loop over internal ciphertexts and use the helper function.

Performing this operation in parallel using the threadpool should be prefered.

@youben11 youben11 added Type: New Feature ➕ Introduction of a completely new addition to the codebase Good first issue 🎓 Perfect for beginners, welcome to OpenMined! labels Nov 23, 2020
@youben11 youben11 added this to the CKKSTensor milestone Nov 23, 2020
@bcebere bcebere mentioned this issue Dec 2, 2020
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Good first issue 🎓 Perfect for beginners, welcome to OpenMined! Type: New Feature ➕ Introduction of a completely new addition to the codebase
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant