TorchLean API

NN.Floats.NeuralFloat.Analysis.StandardUlp

ULP Conditions for Standard Formats #

FIX, positive-precision FLX, and positive-precision FLT do not flush the selected ULP to zero. These witnesses make the generic ULP representability theorem available for each standard family.

@[reducible, inline]

Fixed-point exponent selection preserves ULP representability.

Instances For
    @[reducible, inline]
    abbrev TorchLean.Floats.flxNotFlushToZero (prec : ) (hprec : 0 < prec) :

    Positive-precision unbounded floats preserve ULP representability.

    Instances For
      @[reducible, inline]
      abbrev TorchLean.Floats.fltNotFlushToZero (emin prec : ) (hprec : 0 < prec) :

      Positive-precision lower-bounded floats preserve ULP representability.

      Instances For