View source on GitHub |
Builds a tff.Computation
for computing max in a secure fashion.
tff.analytics.count_distinct.build_federated_secure_max_computation() -> tff.Computation
Specifically, the returned computation consumes sketches at @CLIENTS and returns the element-wise max of the inpt sketches @SERVER.
Returns | |
---|---|
A tff.Computation for computing max of client vectors.
|