[][src]Function tract_core::analyser::helpers::most_specific_shape

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

Returns the most specific closed shape out of an iterator.