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
There exists API for reusing the existing data structures in MOTION without the need to reallocate too much data, e.g., here. Unfortunately, we didn't have the time to implement it completely yet and it needs some additional work. These functionalities are very useful and might improve the efficiency, especially in high-bandwidth networks.
We planned to implement two functionalities:
Clear(), which enables evaluation of the same circuit multiple times on different inputs
Reset(), which removes the circuit but still allows to use the same base OTs, communication channel, etc
The text was updated successfully, but these errors were encountered:
Hi, I wonder if there is any updates on Reset() function? Or, are there any workarounds that can delete the constructed circuit and start building afresh? Thank you!
There exists API for reusing the existing data structures in MOTION without the need to reallocate too much data, e.g., here. Unfortunately, we didn't have the time to implement it completely yet and it needs some additional work. These functionalities are very useful and might improve the efficiency, especially in high-bandwidth networks.
We planned to implement two functionalities:
The text was updated successfully, but these errors were encountered: