[][src]Function tract_hir::infer::helpers::infer_forward_concrete

pub fn infer_forward_concrete(
    op: &dyn Op,
    inputs: &Vec<&InferenceFact>
) -> TractResult<Option<TVec<InferenceFact>>>

Infers every possible fact when all the values are concrete.