Expand description
Runtime operation mapping registration system.
This module allows users to register custom logic-to-tensor mappings at runtime, extending the compiler’s capabilities beyond built-in strategies.
Modules§
- presets
- Helper functions to create common custom operations.
Structs§
- Custom
OpData - User-provided data for custom operations.
- Custom
OpMetadata - Custom operation metadata.
- Custom
OpRegistry - Registry for custom operations.
- Extended
Compiler Context - Extended compiler context with custom operations.
Type Aliases§
- Custom
OpHandler - Type alias for custom operation handlers.