Function tract_hir::infer::helpers::infer_forward_concrete [−][src]
pub fn infer_forward_concrete(
op: &dyn Op,
inputs: &Vec<&InferenceFact>
) -> TractResult<Option<TVec<InferenceFact>>>
Expand description
Infers every possible fact when all the values are concrete.