tfl.pwl_calibration_lib.BoundConstraintsType

Type of bound constraints for PWL calibration.

  • NONE: no constraints.
  • BOUND: output range can be anywhere within bounds.
  • CLAMPED: output range must exactly match bounds.

BOUND <BoundConstraintsType.BOUND: 1>
CLAMPED <BoundConstraintsType.CLAMPED: 2>
NONE <BoundConstraintsType.NONE: 0>