Skip to content

Instantly share code, notes, and snippets.

@randhindi
Created September 29, 2021 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save randhindi/ddab9f484211182a0422aca05b5c8884 to your computer and use it in GitHub Desktop.
Save randhindi/ddab9f484211182a0422aca05b5c8884 to your computer and use it in GitHub Desktop.
Logreg Compilation
h = hnp.compile_fhe(
func,
{'x': hnp.encrypted_ndarray(bounds=(-1, 1), shape=(5,))}
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment