Struct tfdeploy::model::Node[][src]

pub struct Node {
    pub id: usize,
    pub name: String,
    pub op_name: String,
    pub inputs: Vec<OutletId>,
    pub op: Box<Op>,
}

Fields

Methods

impl Node
[src]

Trait Implementations

impl Debug for Node
[src]

Formats the value using the given formatter. Read more

impl Clone for Node
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Node

impl Sync for Node