Struct tfdeploy::analyser::Edge[][src]

pub struct Edge {
    pub id: usize,
    pub from: Option<OutletId>,
    pub to_node: Option<usize>,
    pub to_input: usize,
    pub fact: TensorFact,
}

An edge of the analysed graph, annotated by a fact.

Fields

Trait Implementations

impl Debug for Edge
[src]

Formats the value using the given formatter. Read more

impl Clone for Edge
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for Edge
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Edge

impl Sync for Edge