View source on GitHub |
Builds a tff.Computation
for computing client hyperloglog sketches.
tff.analytics.count_distinct.build_client_hyperloglog_computation() -> tff.Computation
Specifically, the returned computation consumes a dataset of integer hashes and returns the HyperLogLog sketch of size HLL_SKETCH_SIZE.
Returns | |
---|---|
A tff.Computation for computing client hyperloglog sketches.
|