tf-encrypted / moose

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

Debug print sending and receiving in `GrpcNetworking` #1103

Closed mortendahl closed 2 years ago

mortendahl commented 2 years ago

Closes https://github.com/tf-encrypted/moose/issues/1100

One consideration is that this might slow down large computations in debug mode. An alternative could be to not condition on debug_assertions but instead introduce an explicit feature.