Trait tfrecord::markers::TryInfoImageList[][src]

pub trait TryInfoImageList {
    type Error;
    fn try_into_image_list(self) -> Result<Vec<Image>, Self::Error>;
}

A trait marking if the type can be converted to a list of imgaes.

Associated Types

Loading content...

Required methods

Loading content...

Implementations on Foreign Types

impl TryInfoImageList for &Tensor[src]

impl TryInfoImageList for Tensor[src]

Loading content...

Implementors

Loading content...