Morten Dahl

Results 76 comments of Morten Dahl

> Maybe @mortendahl @mcornejo @kali would allow you to publish to crates.io/crates/paillier? If you guys are still using rust-paillier then I'll make it a priority to get any existing and...

See https://github.com/tensorflow/tensorflow/commit/3bda03617967d3ff3c9af0e96c8a66b2bdad6ffc

> Thinking it might work to create something like a EagerConfig in the spirit LocalConfig and RemoteConfig This seems to be orthogonal things to me, ie all combinations makes sense:...

We need to do a thorough review as well to make sure we understand what's happening and that it doesn't break security anywhere.

There might be a better way using eg tf.Graph.as_default_graph

I think you're right @justin1121, `tf.function` seems like the best approach. One thing I don't like is that we're leaking implementation details by doing it that way. I suggest introducing...

> what needs to be done for `tfe.local_computation` I've started an RFC for the larger design, but down the line I'm imagining `tfe.local_computation`s to map between zero or more `LocalTensor`s,...

@jvmancuso is this something we should bump up and look at within a week or two?

cc @jvmncs any thoughts?