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
ANT-ACE is a Fully Homomorphic Encryption (FHE) Compiler Framework designed for automating Neural Network (NN) Inference. ANT-ACE accepts a pre-trained ONNX model as input and directly generates C/C++ programs to perform NN inference on encrypted data.
The text was updated successfully, but these errors were encountered:
Interesting! It looks like they partially re-invented the Multi-Level-IR wheel for this:
(This is written from scratch in C++ as far as I can see, no LLVM/MLIR in sight)
The text was updated successfully, but these errors were encountered: