tf-encrypted / moose

Secure distributed dataflow framework for encrypted machine learning and data processing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyMoose: cache result of tracing in `AbstractComputation`

mortendahl opened this issue · comments

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