tff.analytics.count_distinct.build_federated_secure_max_computation

Builds a tff.Computation for computing max in a secure fashion.

Specifically, the returned computation consumes sketches at @CLIENTS and returns the element-wise max of the inpt sketches @SERVER.

A tff.Computation for computing max of client vectors.