Skip to main content

Module custom_ops

Module custom_ops 

Source
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§

CustomOpData
User-provided data for custom operations.
CustomOpMetadata
Custom operation metadata.
CustomOpRegistry
Registry for custom operations.
ExtendedCompilerContext
Extended compiler context with custom operations.

Type Aliases§

CustomOpHandler
Type alias for custom operation handlers.