boundlab.zono.ZonoBounds#
- class boundlab.zono.ZonoBounds[source]#
Bases:
objectData class representing zonotope bounds for a neural network layer.
Examples
input_weightshas one entry per input expression to the linearizer. For unary ops such as ReLU, this is typically a single slope tensor.Methods
- bias: torch.Tensor#
- input_weights: list[torch.Tensor | 0]#
- __init__(bias, error_coeffs, input_weights)#