tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing
Apache License 2.0
57 stars 15 forks source link

PyMoose: cache result of tracing in `AbstractComputation` #1095

Open mortendahl opened 2 years ago

mortendahl commented 2 years ago

By using AbstractComputation::trace instead of trace(AbstractComputation) we could cache the result in AbstractComputation. Similarly for serialized+compiled versions.