Configuration and specifications¶
Execution configuration¶
ExecutionConfig is immutable and validates backend, device, dtype, memory,
temporary-storage, and repeated-projection settings when it is created.
ExecutionConfig
dataclass
¶
ExecutionConfig(backend='auto', device='auto', dtype=None, memory_budget=None, embedding_workers=1, pair_order_strategy='auto', temporary_directory=None, temporary_budget=None)
Select the exact execution capabilities available to ZADU.
temporary_budget_bytes
property
¶
Maximum package-managed temporary disk usage in bytes.
Measure identifiers¶
MEASURE provides autocomplete-friendly names for every registered measure.
Each enum value is the full module ID; the scheduler also accepts the short
aliases listed in the measure reference.
MEASURE ¶
Specification helper¶
make_spec ¶
Build one ZADU specification item with typed autocomplete-friendly arguments.
For example: