tff.analytics.count_distinct.build_client_hyperloglog_computation

Builds a tff.Computation for computing client hyperloglog sketches.

Specifically, the returned computation consumes a dataset of integer hashes and returns the HyperLogLog sketch of size HLL_SKETCH_SIZE.

A tff.Computation for computing client hyperloglog sketches.