tfl.model_info.LinearNode

Stay organized with collections Save and categorize content based on your preferences.

Represents a linear layer.

input_nodes List of input nodes to the linear layer.
coefficients Linear weights.
bias Bias term for the linear layer.