Struct cntk::Variable [] [src]

pub struct Variable { /* fields omitted */ }

Methods

impl Variable
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Variable
[src]

[src]

Formats the value using the given formatter.

impl Clone for Variable
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Drop for Variable
[src]

[src]

Executes the destructor for this type. Read more

impl<T: Borrow<Function>> From<T> for Variable
[src]

[src]

Performs the conversion.

impl<'a> From<&'a Variable> for Variable
[src]

[src]

Performs the conversion.