Module: tff.analytics.heavy_hitters.iblt
Stay organized with collections
Save and categorize content based on your preferences.
Libraries for computing private heavy hitters with IBLT.
Classes
class CharacterEncoding
: Supported character encodings for IBLT strings.
class ClippingIbltFactory
: Factory for clipping client data before aggregation.
class CoupledHyperEdgeHasher
: Hashes a string to an hyper-edge with coupled indices.
class IbltDecoder
: Decodes the strings and counts stored in an IBLT data structure.
class IbltEncoder
: Encodes the strings into an IBLT data structure.
class IbltTensorDecoder
: Decodes the strings and counts stored in an IBLT data structure.
class IbltTensorEncoder
: Encodes the strings into an IBLT data structure.
class RandomHyperEdgeHasher
: Hashes a string to a list of independently sampled indices.
Functions
build_iblt_computation(...)
: Builds the tff.Computation
for heavy-hitters discovery with IBLT.
create_chunker(...)
: Creates a Chunker
for the given specification.
decode_iblt_tensor_tf(...)
: Decode a IBLT sketch.
decode_iblt_tf(...)
: Decode a IBLT sketch.
Other Members |
DEFAULT_REPETITIONS
|
3
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-09-20 UTC.
[null,null,["Last updated 2024-09-20 UTC."],[],[],null,["# Module: tff.analytics.heavy_hitters.iblt\n\n\u003cbr /\u003e\n\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/federated/blob/v0.87.0 Version 2.0, January 2004 Licensed under the Apache License, Version 2.0 (the) |\n\nLibraries for computing private heavy hitters with IBLT.\n\nClasses\n-------\n\n[`class CharacterEncoding`](../../../tff/analytics/heavy_hitters/iblt/CharacterEncoding): Supported character encodings for IBLT strings.\n\n[`class ClippingIbltFactory`](../../../tff/analytics/heavy_hitters/iblt/ClippingIbltFactory): Factory for clipping client data before aggregation.\n\n[`class CoupledHyperEdgeHasher`](../../../tff/analytics/heavy_hitters/iblt/CoupledHyperEdgeHasher): Hashes a string to an hyper-edge with coupled indices.\n\n[`class IbltDecoder`](../../../tff/analytics/heavy_hitters/iblt/IbltDecoder): Decodes the strings and counts stored in an IBLT data structure.\n\n[`class IbltEncoder`](../../../tff/analytics/heavy_hitters/iblt/IbltEncoder): Encodes the strings into an IBLT data structure.\n\n[`class IbltTensorDecoder`](../../../tff/analytics/heavy_hitters/iblt/IbltTensorDecoder): Decodes the strings and counts stored in an IBLT data structure.\n\n[`class IbltTensorEncoder`](../../../tff/analytics/heavy_hitters/iblt/IbltTensorEncoder): Encodes the strings into an IBLT data structure.\n\n[`class RandomHyperEdgeHasher`](../../../tff/analytics/heavy_hitters/iblt/RandomHyperEdgeHasher): Hashes a string to a list of independently sampled indices.\n\nFunctions\n---------\n\n[`build_iblt_computation(...)`](../../../tff/analytics/heavy_hitters/iblt/build_iblt_computation): Builds the [`tff.Computation`](../../../tff/Computation) for heavy-hitters discovery with IBLT.\n\n[`create_chunker(...)`](../../../tff/analytics/heavy_hitters/iblt/create_chunker): Creates a `Chunker` for the given specification.\n\n[`decode_iblt_tensor_tf(...)`](../../../tff/analytics/heavy_hitters/iblt/decode_iblt_tensor_tf): Decode a IBLT sketch.\n\n[`decode_iblt_tf(...)`](../../../tff/analytics/heavy_hitters/iblt/decode_iblt_tf): Decode a IBLT sketch.\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Other Members ------------- ||\n|---------------------|-----|\n| DEFAULT_REPETITIONS | `3` |\n\n\u003cbr /\u003e"]]