tf-encrypted / moose

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

Greater op additions #1053

Closed rdragos closed 2 years ago

rdragos commented 2 years ago

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

Took the liberty to rename the ops according to jax api, ie greater and less, see https://jax.readthedocs.io/en/latest/_autosummary/jax.numpy.greater.html#jax.numpy.greater

  1. Adds more types into the mix for greater op
  2. Refactored some old test code for boolean ops