OpenMined / PySyft-TensorFlow

SOON TO BE DEPRECATED - The TensorFlow bindings for PySyft
Apache License 2.0
57 stars 11 forks source link

Fix variable wrapper #15

Closed yanndupis closed 5 years ago

yanndupis commented 5 years ago

Hey,

When sending a tf.Variable, it was returning at tf.Tensor pointer instead of a tf.Variable pointer. Also had to add ResourceVariable support