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: syntactic sugar for operations #1104

Closed mortendahl closed 2 years ago

mortendahl commented 2 years ago

Add syntactic sugar so that we can write eg x + y instead of pm.add(x, y).