View source on GitHub |
Represents a linear layer.
tfl.model_info.LinearNode(
input_nodes, coefficients, bias
)
Attributes | |
---|---|
input_nodes
|
List of input nodes to the linear layer. |
coefficients
|
Linear weights. |
bias
|
Bias term for the linear layer. |