TorchLean API

NN.Proofs.RuntimeApprox.Core

Runtime Approximation Core #

Backend-independent predicates and tolerance budgets for runtime-to-spec approximation.

This layer provides:

It deliberately contains no rounding model, no FP32 specialization, and no graph semantics. Those are layered on top by NN.Proofs.RuntimeApprox.Rounding, NN.Proofs.RuntimeApprox.Graph, NN.Proofs.RuntimeApprox.NF, and NN.Proofs.RuntimeApprox.FP32.