Struct cntk::VariableSet
[−]
[src]
pub struct VariableSet { /* fields omitted */ }Wrapper around unordered_set
Methods
impl VariableSet[src]
fn new() -> VariableSet[src]
Creates empty VariableSet
fn add<T: Into<Variable>>(&mut self, variable: T)[src]
Adds Variable to set