[]Trait tract_tensorflow::prelude::tract_data::internal::MaybeProduct

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

Required methods

pub fn maybe_product(self) -> Result<D, Error>

Loading content...

Implementors

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

Loading content...