Expand description
Backend-parametric runtime dispatch for extension ops.
This module is intentionally generic: extension crates can register an
executor for a family and keep runtime cache state outside both the
semantic ExtensionOp payload and the
tensor backend implementation.
Structs§
- Extension
Execution Context - Backend and cache state passed to one extension execution.
- Extension
Executor - Runtime owner for backend-specific extension dispatch and caches.
- Extension
Registry - Registry of backend-specific extension runtime executors.
Enums§
- Extension
Runtime Registry Error - Errors returned by backend-parametric extension runtime registries.
Traits§
- Extension
Runtime - A backend-specific runtime executor for one extension family.