tf-encrypted / moose

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

fix ZerosOp and add rust integration test for ZerosOp #1046

Closed ekloberdanz closed 2 years ago

ekloberdanz commented 2 years ago

This PR adds Rust integration test for ZerosOp and fixes the op.

Specifically, the addition of ZerosOp into pymoose/src/computation.rs was accidentally not committed in the prior PR that added ZerosOp. This PR fixes it and adds a Rust integration test that follows OnesOp Rust integration test implementation.