Skip to main content

eval_dag

Function eval_dag 

Source
pub fn eval_dag<EF>(
    dag: &AceDag<EF>,
    inputs: &[EF],
    layout: &InputLayout,
) -> Result<EF, AceError>
where EF: Field,
Expand description

Evaluate a lowered DAG against concrete inputs.