Expand description
Extensible operations.
Structs§
- An opaquely-serialized op that refers to an as-yet-unresolved
OpDef
.
Enums§
- A user-defined operation defined in an extension.
- Errors that arise after loading a Hugr containing opaque ops (serialized just as their names) when trying to resolve the serialized names against a registry of known Extensions.
Functions§
- Resolve serialized names of operations into concrete implementation (OpDefs) where possible
- Try to resolve a
OpaqueOp
to aExtensionOp
by looking the op up in the registry.