/sgx-dnn

This is a Tensorflow implementation of dnn inside of SGX.

Primary LanguageC++MIT LicenseMIT

sgx-dnn

This is a Tensorflow implementation of dnn inside of SGX. Some layers such as Dense,Relu,Softmax,Dropout are rewritten in this project for running in SGX. The Eigen library are required and this project refers to slalom.

Acknowledgements