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
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Hi, I am very interested in your work!
Recently, I have a question about compiling TensorFlow code to cpp code. If I directly generate cpp code with the method provided by "Athos", I will get the cpp code that invokes protocols in "SCI/src/library_fixed_uniform.cpp" by default.
So, I wonder how I can compile TF code to cpp code with invoking protocols in "SCI/src/library_fixed_uniform_cheetah.cpp" that you've added for Cheetah. Which part of the code should I modify when I convert the code.
I would appreciate it very much if you could help me with this question! Thanks a lot!