tfl.model_info.KroneckerFactoredLatticeNode
Stay organized with collections
Save and categorize content based on your preferences.
Represents a kronecker-factored lattice layer.
tfl.model_info.KroneckerFactoredLatticeNode(
input_nodes, weights, scale, bias
)
Attributes |
input_nodes
|
List of input nodes to the kronecker-factored lattice layer.
|
weights
|
Kronecker-factored lattice kernel parameters of shape
(1, lattice_sizes, units * dims, num_terms) .
|
scale
|
Kronecker-factored lattice scale parameters of shape
(units, num_terms) .
|
bias
|
Kronecker-factored lattice bias parameters of shape (units) .
|
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,["# tfl.model_info.KroneckerFactoredLatticeNode\n\n\u003cbr /\u003e\n\n|------------------------------------------------------------------------------------------------------------------------------|\n| [View source on GitHub](https://github.com/tensorflow/lattice/blob/v2.1.1/tensorflow_lattice/python/model_info.py#L104-L116) |\n\nRepresents a kronecker-factored lattice layer. \n\n tfl.model_info.KroneckerFactoredLatticeNode(\n input_nodes, weights, scale, bias\n )\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n\u003cbr /\u003e\n\n| Attributes ---------- ||\n|---------------|------------------------------------------------------------------------------------------------------|\n| `input_nodes` | List of input nodes to the kronecker-factored lattice layer. |\n| `weights` | Kronecker-factored lattice kernel parameters of shape `(1, lattice_sizes, units * dims, num_terms)`. |\n| `scale` | Kronecker-factored lattice scale parameters of shape `(units, num_terms)`. |\n| `bias` | Kronecker-factored lattice bias parameters of shape `(units)`. |\n\n\u003cbr /\u003e"]]