Struct cntk::DataMap [] [src]

pub struct DataMap { /* fields omitted */ }

Wrapper around unordered_map to pass bindings to Function evaluation

Methods

impl DataMap
[src]

[src]

Creates an empty DataMap

[src]

Adds binding to DataMap. If mapping for given Variable exists, it will be overwritten.

[src]

Adds binding to null to DataMap. Useful, when we want function evaluation to create the Value.

[src]

Trait Implementations

impl Drop for DataMap
[src]

[src]

Executes the destructor for this type. Read more