Expand description
Declarative operator schemas and an opset-aware registry (ONNX_RS §7).
Schemas are authored as YAML and loaded into owned Rust values. The built-in registry embeds high-value standard operators and can expand the YAML catalogue without changing the registry API.
Structs§
- Attribute
Spec - One operator attribute definition.
- Input
Spec - One positional operator input.
- OpSchema
- A complete operator definition for one opset interval.
- Output
Spec - One positional operator output.
- Schema
Registry - Owned registry resolving
(op_type, domain, opset)to an operator schema. - Type
Constraint - Allowed element types for a type variable.
Enums§
- Attribute
Default - A typed YAML-compatible attribute default.
- Attribute
Type - ONNX attribute kinds.
- Schema
Error - Failure while loading or registering schemas.