This code is for testing shiftDotProduction, ReLU, and max pooling operations on encrypted data based on fully HE. The ReLU and other circuits based on leveled HE has additional constraints on how gates can be combined. For example, the Cmux gate is usually used in leveled HE.
Please install TFHE tool firstly. https://github.com/tfhe/tfhe
./src/make SHE
./src/ ./SHE
We developed our testing code based on TFHE-ML as https://github.com/munsanje/tfhe_ml.