[][src]Trait tract_hir::internal::MaybeProduct

pub trait MaybeProduct<D> {
    fn maybe_product(self) -> Result<D, TractError>;
}

Required methods

Loading content...

Implementors

impl<D, A, I> MaybeProduct<D> for I where
    A: Borrow<D>,
    D: DimLike,
    I: Iterator<Item = A>, 
[src]

Loading content...