[][src]Struct tract_tensorflow::ops::nn::local_patch::ImageWrapper

pub struct ImageWrapper<'a, T: 'a>(_);

Methods

impl<'a, T> ImageWrapper<'a, T>
[src]

pub fn height(&self) -> usize
[src]

pub fn width(&self) -> usize
[src]

pub fn depth(&self) -> usize
[src]

pub fn h(&self) -> usize
[src]

pub fn w(&self) -> usize
[src]

Auto Trait Implementations

impl<'a, T> Send for ImageWrapper<'a, T> where
    T: Sync

impl<'a, T> Sync for ImageWrapper<'a, T> where
    T: Sync

Blanket Implementations

impl<T> From for T
[src]

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<PB, Tract> ToTract for PB where
    Tract: Tractify<PB>, 
[src]

impl<T> Downcast for T where
    T: Any