TorchLean API

NN.API.Verification.Execution

Verification Execution #

Implementation support for the public trained.verify operation. The public named arguments are lowered into a verifier input region and returned as a validated Verification.Report.

Applications should import NN.API.Verification and call trained.verify center (radius := r) (norm := .inf). Direct verifier graph construction remains in NN.API.Verification.Lowering.

Convert an internal flat interval into the public host-Float bounds representation.

Instances For

    Build the verification closure retained by an ordinary trained result.

    The closure captures the completed parameter snapshot, so subsequent updates to the training session cannot change the model being verified.

    Instances For