fhelium.compile.frontend._eager_values
Represent live CKKS argument metadata as frontend IR types.
value_state
function View source
python
def value_state(value: Ciphertext | Plaintext | CompressedPlaintext) -> dict[str, object]: ...1
Read mathematical state without reading or copying Tensor contents.
state_attributes
function View source
python
def state_attributes(value: object) -> dict[str, Attribute]: ...1
Represent argument state and physical Tensor layout in an open IR type.
state_attribute
function View source
python
def state_attribute(value: object) -> Attribute | None: ...1
Convert one supported metadata field into a builtin IR attribute.
value_type
function View source
python
def value_type(value: object) -> OpenStateType: ...1
Create the input type for an ordinary CKKS value or public Tensor.