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

pub fn most_specific_shape<'a, I: IntoIterator<Item = &'a ShapeFactoid>>(
    iter: I
) -> TractResult<Option<&'a ShapeFactoid>>

Returns the most specific closed shape out of an iterator.