Struct cntk::VariableSet [] [src]

pub struct VariableSet { /* fields omitted */ }

Wrapper around unordered_set

Methods

impl VariableSet
[src]

[src]

Creates empty VariableSet

[src]

Adds Variable to set

Trait Implementations

impl Drop for VariableSet
[src]

[src]

Executes the destructor for this type. Read more