Struct tensorflow::Output [] [src]

pub struct Output {
    pub operation: Operation,
    pub index: c_int,
}

A Output is one end of a graph edge. It holds an operation and an index into the outputs of that operation.

Fields

Operation the edge connects to.

Index into either the outputs of the operation.

Trait Implementations

impl Debug for Output
[src]

[src]

Formats the value using the given formatter.

impl Clone for Output
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more