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

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

Infers basic facts in the case of unary or binary operators.