Struct tfdeploy::model::Model[][src]

pub struct Model(pub Arc<RawModel>);

Methods

impl Model
[src]

Methods from Deref<Target = RawModel>

Important traits for Vec<u8>

Important traits for &'a [u8]

Trait Implementations

impl Debug for Model
[src]

Formats the value using the given formatter. Read more

impl Clone for Model
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Deref for Model
[src]

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

impl Send for Model

impl Sync for Model