Skip to main content

lower_target_plan

Function lower_target_plan 

Source
pub fn lower_target_plan(
    plan: &TargetPlan,
) -> Result<ExecutableTargetPlan, TargetPlanGap>
Expand description

Lower every semantic axis independently into the runtime target algebra.

ยงErrors

Returns a gap when the runtime cannot represent a semantic operation or fallback.