[][src]Trait tract_core::ToTract

pub trait ToTract<Tract>: Sized {
    fn tractify(&self) -> TractResult<Tract>;
}

Required methods

fn tractify(&self) -> TractResult<Tract>

Loading content...

Implementors

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

Loading content...