boundlab.diff.zono3.DiffZonoBounds#

class boundlab.diff.zono3.DiffZonoBounds[source]#

Bases: object

DiffZonoBounds(x_bounds: ‘ZonoBounds’, y_bounds: ‘ZonoBounds’, diff_bounds: ‘ZonoBounds’, diff_x_error: ‘LinearOp’, diff_x_weights: ‘list[torch.Tensor | 0] | 0’, diff_y_error: ‘LinearOp’, diff_y_weights: ‘list[torch.Tensor | 0] | 0’)

Methods

x_bounds: ZonoBounds#
y_bounds: ZonoBounds#
diff_bounds: ZonoBounds#
diff_x_error: LinearOp#
diff_x_weights: list[torch.Tensor | 0] | 0#
diff_y_error: LinearOp#
diff_y_weights: list[torch.Tensor | 0] | 0#
__init__(x_bounds, y_bounds, diff_bounds, diff_x_error, diff_x_weights, diff_y_error, diff_y_weights)#