Struct cntk::DataMap
[−]
[src]
pub struct DataMap { /* fields omitted */ }
Wrapper around unordered_map
Methods
impl DataMap
[src]
fn new() -> DataMap
[src]
Creates an empty DataMap
fn add<T: Into<Variable>>(&mut self, variable: T, value: &Value)
[src]
Adds binding to DataMap. If mapping for given Variable exists, it will be overwritten.
fn add_null<T: Into<Variable>>(&mut self, variable: T)
[src]
Adds binding to null to DataMap. Useful, when we want function evaluation to create the Value.