Struct tfdeploy::model::RawModel[][src]

pub struct RawModel {
    pub nodes: Vec<Node>,
    pub nodes_by_name: HashMap<String, usize>,
}

Model is Tfdeploy workhouse. It wraps a protobuf tensorflow model, and runs the inference interpreter.

Fields

Methods

impl RawModel
[src]

Important traits for Vec<u8>

Important traits for &'a [u8]

Trait Implementations

impl Clone for RawModel
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for RawModel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RawModel

impl Sync for RawModel