Module: tfl.layers
Stay organized with collections
Save and categorize content based on your preferences.
'layers' namespace for TFL layers.
Classes
class Aggregation
: Layer which represents an aggregation function.
class CDF
: Cumulative Distribution Function (CDF) layer.
class CategoricalCalibration
: Categorical calibration layer with monotonicity and bound constraints.
class KroneckerFactoredLattice
: Kronecker-Factored Lattice layer.
class Lattice
: Lattice layer.
class Linear
: Layer which represents linear function.
class PWLCalibration
: Piecewise linear calibration layer.
class ParallelCombination
: Wraps several parallel calibration layers under single one.
class RTL
: Layer which includes a random ensemble of lattices.
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-08-02 UTC.
[null,null,["Last updated 2024-08-02 UTC."],[],[],null,["# Module: tfl.layers\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/lattice/blob/v2.1.1/tensorflow_lattice/layers/__init__.py) |\n\n'layers' namespace for TFL layers.\n\nClasses\n-------\n\n[`class Aggregation`](../tfl/layers/Aggregation): Layer which represents an aggregation function.\n\n[`class CDF`](../tfl/layers/CDF): Cumulative Distribution Function (CDF) layer.\n\n[`class CategoricalCalibration`](../tfl/layers/CategoricalCalibration): Categorical calibration layer with monotonicity and bound constraints.\n\n[`class KroneckerFactoredLattice`](../tfl/layers/KroneckerFactoredLattice): Kronecker-Factored Lattice layer.\n\n[`class Lattice`](../tfl/layers/Lattice): Lattice layer.\n\n[`class Linear`](../tfl/layers/Linear): Layer which represents linear function.\n\n[`class PWLCalibration`](../tfl/layers/PWLCalibration): Piecewise linear calibration layer.\n\n[`class ParallelCombination`](../tfl/layers/ParallelCombination): Wraps several parallel calibration layers under single one.\n\n[`class RTL`](../tfl/layers/RTL): Layer which includes a random ensemble of lattices."]]