Skip to main content

Module composite_member

Module composite_member 

Source
Expand description

Composite Member section — binary encode/decode.

A composite member descriptor identifies this tensor’s role (base or correction) within an overlay composite (composition_rule = 0x02; see docs/spec/layouts/composite.md). It is present in the wire format when the HAS_COMPOSITE_MEMBER flag is set, and appears after the Extension Type section.

Wire layout (spec § Composite Member Section), a fixed 16-byte block:

member_role  uint8     (1 byte)
_reserved    uint8[15] (15 bytes) — MUST be 0x00

Structs§

CompositeMemberDescriptor
The Composite Member section: a member’s role within an overlay composite.

Enums§

MemberRole
The role a member plays within an overlay composite.