TorchLean API

NN.Floats.FP32

NN.Floats.FP32 #

FP32 umbrella import.

import NN.Floats.FP32 is what we reach for when we want “float32 semantics for proofs”:

The TorchLean-specific ≈[t] adapter lives in NN.Proofs.RuntimeApprox.FP32; it is intentionally not part of this numerical umbrella.

Most of the implementation lives under NN/Floats/FP32/* to keep the code navigable.