Skip to main content

runtime_engine_registration

Function runtime_engine_registration 

Source
pub fn runtime_engine_registration(
    backend: &CpuBackend,
) -> Result<EngineRegistration, RuntimeConfigError>
Expand description

Build a runtime engine registration for a CpuBackend.

The registration exposes CPU direct core preparation capabilities, CPU cache ownership hooks, and the runtime-owned tensor backend execution bridge.

ยงErrors

Returns [RuntimeConfigError] if one of the built-in CPU runtime identifiers violates runtime validation or if the registration is internally invalid.