TorchLean API

FloatLib.Floats.Formats.Codebook.Configured.Core

Configured codebook identity #

A complete lookup denotation determines a codebook family on the common ExecFloat carrier. The selected codebook remains in the type, so equal-width lookup tables are never interchangeable.

inductive FloatLib.Floats.ExecFloat.Codebook.Family {width : } {α : Type u} (book : Formats.Codebook width α) :

Type-level identity retaining a complete lookup denotation.

Instances For
    @[instance_reducible]
    @[instance_reducible]
    @[reducible, inline]
    abbrev FloatLib.Floats.ExecFloat.Codebook {width : } {α : Type u} (book : Formats.Codebook width α) :

    Exact-width executable lookup encoding selected by its complete denotation table.

    Instances For